Commit 8b21ecc3 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): post stages in pipeline are empty when it is a PUSH

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent ac1ada1c
......@@ -262,6 +262,7 @@ pipeline {
echo "This is a MERGE event"
addGitLabMRComment comment: message
}
echo "Pipeline is SUCCESSFUL"
}
}
failure {
......@@ -271,6 +272,7 @@ pipeline {
echo "This is a MERGE event"
addGitLabMRComment comment: message
}
echo "Pipeline FAILED"
}
}
}
......
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