Logo
Explore Help
Sign In
gaspersic/devops-exercises
1
0
Fork 0
You've already forked devops-exercises
Code Issues Pull Requests Packages Projects Releases Wiki Activity
devops-exercises/exercises/cicd/solutions/remove_jobs_solution.groovy

7 lines
140 B
Groovy
Raw Normal View History

Modify the structure of README.md Instead of having exercises in their own separate section, they are now part of the main topics sections. This should make the learning process easier to follow where users have both exercises and questions in the same place. In addition, added a couple of new questions & exercises and modified existing scripts accordingly.
2021-07-12 02:02:57 +03:00
def jobs = Jenkins.instance.items.findAll { job -> job.name =~ /"test"/ }
Add a couple of new questions
2019-10-19 23:48:17 +03:00
jobs.each { job ->
println job.name
//job.delete()
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 79ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API