Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Request username and password at the Jenkins sandbox
  • Generate and copy a new API token in the Jenkins sandbox user settings Configure tab
  • Install the Python package jenkins-job-builder (version 3.2.0 as of this writing)
  • Create a jenkins.ini configuration file with credentials, see below
  • Test the templates locally: jenkins-jobs test -r jjb > /dev/null
  • Create jobs: jenkins-jobs --conf jenkins.ini update -r jjb YOUR_JOB_NAME > /dev/null

...