JenkinsBot is an Errbot (http://errbot.io) plugin to manage Jenkins (https://jenkins.io) jobs from your chat platform (i.e Slack). This one is inspired in https://github.com/benvd/err-jenkins.
This plugin has been tested with Python 3 and requires Python Jenkins :
pip3 install python-jenkins
From the bot:
!repos install https://github.com/membrive/err-jenkins
Then use !help
to see the available commands and their explanation.
You have to add the following variables to your config.py
file:
JENKINS_URL = ''
JENKINS_USERNAME = ''
JENKINS_PASSWORD = ''
Restart the bot. You can do that with the command !restart
.
- Python 3
- Errbot 4.3.5
- python-jenkins 0.4.13