Skip to content

membrive/err-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

JenkinsBot

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.

Requirements

This plugin has been tested with Python 3 and requires Python Jenkins :

pip3 install python-jenkins

Installation

From the bot:

!repos install https://github.com/membrive/err-jenkins

Then use !help to see the available commands and their explanation.

Configuration

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.

Tested with

  • Python 3
  • Errbot 4.3.5
  • python-jenkins 0.4.13

About

Errbot plugin to manage Jenkins jobs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages