mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: lib: Nested when condition "not" requires exactly 1 child condition
This commit is contained in:
parent
4d11e8b33d
commit
055d658a71
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
@ -169,13 +169,10 @@ pipeline {
|
||||
beforeOptions true
|
||||
beforeAgent true
|
||||
anyOf {
|
||||
// Do not run ISO build when the Docker container definition or
|
||||
// the build pipeline library changes as this has no direct impact
|
||||
// on the ISO image.
|
||||
not {
|
||||
changeset "**/docker/*"
|
||||
changeset "**/vars/*"
|
||||
}
|
||||
// Do not run ISO build when the Docker container definition or the build pipeline
|
||||
// library changes as this has no direct impact on the ISO image.
|
||||
not { changeset "**/docker/*" }
|
||||
not { changeset "**/vars/*" }
|
||||
triggeredBy 'TimerTrigger'
|
||||
triggeredBy cause: "UserIdCause"
|
||||
}
|
||||
@ -202,13 +199,10 @@ pipeline {
|
||||
beforeOptions true
|
||||
beforeAgent true
|
||||
anyOf {
|
||||
// Do not run ISO build when the Docker container definition or
|
||||
// the build pipeline library changes as this has no direct impact
|
||||
// on the ISO image.
|
||||
not {
|
||||
changeset "**/docker/*"
|
||||
changeset "**/vars/*"
|
||||
}
|
||||
// Do not run ISO build when the Docker container definition or the build pipeline
|
||||
// library changes as this has no direct impact on the ISO image.
|
||||
not { changeset "**/docker/*" }
|
||||
not { changeset "**/vars/*" }
|
||||
triggeredBy 'TimerTrigger'
|
||||
triggeredBy cause: "UserIdCause"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user