Skip to content

jafcrocker/jenkins_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Useful scripts for getting/posting configs to Jenkins

Workflow:

  1. Get the configuration file for a given job and save it in <JOB_NAME>.xml
get_config <JOB_NAME>
  1. Edit <JOB_NAME>.xml

  2. Post the changes back to Jenkins server (Note: this validates xml before attempting to post)

post_config <JOB_NAME>

Environment: The scripts use $USER for your jenkins login. If that is not correct, set the $JENKINS_USER environment variable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages