1.0.9 • Published 7 years ago

jenkins-job-builder v1.0.9

Weekly downloads
22
License
ISC
Repository
github
Last release
7 years ago

jenkins-job-builder

Build jenkins job without jenkins website!

simple example:

open gulpfile.js than add:

var jenkensJobBuilder = require('jenkins-job-builder');
var jenkinsUrl = 'http://jenkins.dev:8080';

//ci static file sync task
gulp.task('ci-static', function () {
var jobName = 'NineYi.Scm.StaticFile';
jenkensJobBuilder.SendJenkinsRequest(jenkinsUrl,jobName);
});

Imgur

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago