Commit 5003f54d authored by Raphael Defosseux's avatar Raphael Defosseux

CI: replacing w/ error

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent d8864ab2
...@@ -174,8 +174,8 @@ pipeline { ...@@ -174,8 +174,8 @@ pipeline {
sh "git checkout -f ${eNB_CommitID}" sh "git checkout -f ${eNB_CommitID}"
} }
} else { } else {
echo "Some parameters are missing" currentBuild.result = 'ABORTED'
sh "./ci-scripts/fail.sh" error('Stopping early because some parameters are missing')
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment