Back to Devops Exercises

Jenkins Scripts

topics/jenkins_scripts.md

latest329 B
Original Source

Jenkins Scripts

Write the following scripts:

  • Remove all the jobs which include the string "REMOVE_ME" in their name
  • Remove builds older than 14 days

Answer