python3-jenkins-jobs
Configure Jenkins using YAML files - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-jenkins-jobs.sh
- Debian
-
apt-get install python3-jenkins-job-builder
- Ubuntu
-
apt-get install python3-jenkins-job-builder
- Kali Linux
-
apt-get install python3-jenkins-job-builder
- Fedora
-
dnf install python3-jenkins-job-builder
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-jenkins-job-builder
- Raspbian
-
apt-get install python3-jenkins-job-builder
- Dockerfile
- dockerfile.run/python3-jenkins-jobs
python3-jenkins-job-builder
Configure Jenkins using YAML files - Python 3.x
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 3.x module.