Skip to content
Snippets Groups Projects
Commit c551e9cd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3420 fix e2e pipeline trigger

parent b2bf0989
Branches
Tags
No related merge requests found
...@@ -36,10 +36,11 @@ pipeline { ...@@ -36,10 +36,11 @@ pipeline {
stage('Checkout build trigger') { stage('Checkout build trigger') {
when { when {
not { not {
anyOf {
triggeredBy 'UpstreamCause'
triggeredBy 'BuildUpstreamCause' triggeredBy 'BuildUpstreamCause'
triggeredBy cause: 'UserIdCause'
} }
not {
triggeredBy cause: "UserIdCause"
} }
} }
steps { steps {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment