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
Files
4fd5c25685f1b5105acb8460b98afa1fc20d807c
devops-exercises/exercises/jenkins/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.24.5 Page: 140ms Template: 2ms
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