Commit 9bf0b899 authored by Raphael Defosseux's avatar Raphael Defosseux

[CI] Gitlab notification was missing for the RHEL8 stage

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent a9ed89a3
......@@ -217,6 +217,7 @@ pipeline {
steps {
lock (rem_rhel8_resource) {
script {
gitlabCommitStatus(name: "Build RHEL8 SMF Image") {
if ("PUSH".equals(env.gitlabActionType)) {
// Currently this pipeline only runs for pushes to `develop` branch
// First clean image registry
......@@ -242,6 +243,7 @@ pipeline {
}
}
}
}
post {
always {
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