Err-jenkins is a plugin for err that allows you to interact with Jenkins, a continuous integration tool.
For now it only allows you to list (and search) all the jobs, and get an overview of running jobs.
This plugin depends on the Python Jenkins:
pip install python-jenkins
As admin of an err chatbot, send the following command over XMPP:
!install git://github.com/benvd/err-jenkins.git
Then use !help
to see the available commands and their explanation.
Before you can use the plugin, you have to add the following three variables to config.py
:
JENKINS_URL = ''
JENKINS_USERNAME = ''
JENKINS_PASSWORD = ''