A Hubot Gear for handle Jenkins tasks
This is a gear to add to hubot.js the ability to interact with Jenkins. If you do not know the hubot.js or do not know what they are gears like this click here for more details.
To use this gear you must first activate it with the command:
activate jenkins
Some settings are required. They can be made by Slack using the following command:
configure jenkins
These settings are stored, so you just need to do them once. But if necessary can make them again.
Below are the details about each setting:
If you use Jenkins without security (authentication) the authorization link is simply the access url. For example: http://your.jenkins.com:8080
If you use the Jenkins authentication, you need to find your access token. It can be obtained from yourJenkinsUrl/me/configure
. See more details here. In this case your authorization link should be in this format: http://your_user:your_token@your_jenkins_url
When hubot.js starts you can call Jenkins of jobs writing the following sentence. Replace "my-deploy" with the name of your job.
hubot start job my-deploy
- Fork and clone this project
- In the main directory run
npm install
to install dependencies. - Write your code. More Jenkins functions can be found here.
- To run tests use
npm test
command
Robson Bittencourt - @rluizv - robson.luizv@gmail.com
Distributed under the MIT license. See LICENSE for more information.