obihann / hubot-jenkins-auth

Interact with your Jenkins CI server.

Home Page:http://obihann.github.io/hubot-jenkins-auth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Description:

Interact with your Jenkins CI server.

Forked from balbeko/hubot-jenkins and added extra control so users can be resctriced to specific projects. Also check out obihann/hubot-jenkins-auth-manager, so you can easily manage the credentials database.

#Configuration:

  • HUBOT_JENKINS_URL
  • HUBOT_JENKINS_AUTH

Auth should be in the user:password format.

#Commands:

  • hubot jenkins b - builds the job specified by jobNumber. List jobs to get number.
  • hubot jenkins build - builds the specified Jenkins job
  • hubot jenkins build , - builds the specified Jenkins job with parameters as key=value&key2=value2
  • hubot jenkins list - lists Jenkins jobs
  • hubot jenkins describe - Describes the specified Jenkins job
  • hubot jenkins last - Details about the last build for the specified Jenkins job

About

Interact with your Jenkins CI server.

http://obihann.github.io/hubot-jenkins-auth/

License:MIT License


Languages

Language:CoffeeScript 94.7%Language:Shell 5.3%