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

OZG-3420 fix e2e pipeline trigger

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