Commit e4a77296 authored by Raphael Defosseux's avatar Raphael Defosseux

Fixing pipeline syntax error

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 346e8fb7
......@@ -40,6 +40,9 @@ pipeline {
}
post {
always {
script {
echo "End of script"
}
}
success {
script {
......
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