jenkins-jobs
Configure Jenkins using YAML files - metapackage
Install
- All systems
-
curl cmd.cat/jenkins-jobs.sh
- Debian
-
apt-get install jenkins-job-builder
- Ubuntu
-
apt-get install jenkins-job-builder
- Kali Linux
-
apt-get install jenkins-job-builder
- Fedora
-
dnf install python3-jenkins-job-builder
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jenkins-job-builder
- OS X
-
brew install jenkins-job-builder
- Raspbian
-
apt-get install jenkins-job-builder
- Dockerfile
- dockerfile.run/jenkins-jobs
jenkins-job-builder
Configure Jenkins using YAML files - metapackage
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. Metapackage to install the Python 2 or 3 version of jenkins-job-builder.
python3-jenkins-job-builder-1
YAML
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.