Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-jenkins-build-number

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jenkins-build-number - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "grunt-jenkins-build-number",
"description": "Retrieves the latest build number/state from Jenkins.",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/Ideame/grunt-jenkins-build-number",

@@ -6,0 +6,0 @@ "author": {

@@ -46,2 +46,3 @@ grunt-jenkins-build-number

hostname: 'jenkins.mycompany.com',
port: 8080, //defaults to 80 if none chosen
state: 'lastSuccessfulBuild',

@@ -48,0 +49,0 @@ username: process.env.JENKINS_USERNAME,

@@ -21,3 +21,3 @@ /*

host: options.hostname,
port: 80,
port: options.port || 80,
path: util.format('%s/job/%s/%s/buildNumber', options.path, options.projectName, options.state)

@@ -24,0 +24,0 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc