Skip to content

funmachine/node-jenkins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Build Status

This is a Node.js client for Jenkins.

Get

npm install jenkins

Use

var jenkins = require('jenkins')('http://user:pass@localhost:8080')

jenkins.job.list(function(err, list) {
    if (err) throw err
    console.log(list)
})

See code/tests for all available functions.

License

This work is licensed under the MIT License (see the LICENSE file).

Notes

python-jenkins (BSD License, see NOTES) was used as a reference when implementing this client and its create/reconfigure job XML was used in the tests.

About

Node.js Jenkins Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%