small changes

This commit is contained in:
Roberto Cirillo 2022-05-11 10:14:01 +02:00
parent a19122069e
commit 041850e099
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -131,10 +131,6 @@ pipeline {
expression {
env.TRIGGER_CD.toBoolean()
}
// expression {
// return env.TRIGGER_VERSION.contains("SNAPSHOT")
// }
anyOf{
triggeredBy 'BuildUpstreamCause'
triggeredBy 'UpstreamCause'