Skip to content
Snippets Groups Projects
Commit ed996938 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: remove scmEvent cause

parent e1a9cade
No related branches found
No related tags found
No related merge requests found
...@@ -130,8 +130,8 @@ pipeline { ...@@ -130,8 +130,8 @@ pipeline {
for (cause in currentBuild.getBuildCauses()) { for (cause in currentBuild.getBuildCauses()) {
if (cause.toString() ==~ /.*UpstreamCause.*/) { if (cause.toString() ==~ /.*UpstreamCause.*/) {
upstreamEvent = true upstreamEvent = true
} else { //} else {
scmEvent = true // scmEvent = true
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment