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 { ...@@ -40,6 +40,9 @@ pipeline {
} }
post { post {
always { always {
script {
echo "End of script"
}
} }
success { success {
script { 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