This avoids very red script security warnings and also allows to use the
jobExists function in other jobs.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rCJSWH5578d430498f: Move job_exists to an external library
Doesn't break Jenkins (once the settings are correct)
Diff Detail
Diff Detail
- Repository
- rCJSWH Jenkins jobs
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
sounds good
from where does the jobExists function come from though? (is that coming from some jenkins setup for example).
Comment Actions
It's coming from the https://forge.softwareheritage.org/source/swh-jenkins-library/ repo.
If we have other groovy functions to stash away we can put them there. Jenkins is configured to pull this repo as a library.
For instance, a bunch of Phabricator-related functions could move there