Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 905 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 905 Bytes

devops-python-jenkins

Source code for Singapore Devops meetup presentation on Jenkins automation with Python

This project uses following Open Source libraries and products:

Example 1

save_job_xml - Shows how to download job config.xml using jenkinsapi

Example 2

job_builder_simple - Shows how to create simple jobs using jenkins-job-builder

Example 3

job_builder_template - Shows how to create build job per branch using jenkins-job-builder templates and user defined variables

Example 4

basic_flow - Shows how to create simple jenkinsflow script to execute build pipeline