python2-jenkins-jobs

Configure Jenkins using YAML files - Python 2.7

Install

All systems
curl cmd.cat/python2-jenkins-jobs.sh
Debian Debian
apt-get install python-jenkins-job-builder
Ubuntu
apt-get install python-jenkins-job-builder
Windows (WSL2)
sudo apt-get update sudo apt-get install python-jenkins-job-builder
Raspbian
apt-get install python-jenkins-job-builder

python-jenkins-job-builder

Configure Jenkins using YAML files - Python 2.7

Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format and uses them to configure Jenkins. You can keep your job descriptions in human readable text format in a version control system to make changes and auditing easier. It also has a flexible template system, so creating many similarly configured jobs is easy. This package contains the Python 2.7 module.