Commit 28da96ea authored by Boris Djalal's avatar Boris Djalal

Fix typo

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent aead10af
......@@ -234,9 +234,10 @@ pipeline {
}
}
}
}
}
}
}
stage ("Terminate") {
parallel {
stage('Terminate NR UE') {
......@@ -334,7 +335,6 @@ pipeline {
}
}
}
}
}
post {
......@@ -370,8 +370,8 @@ OAI CI Team''',
// string(name: 'eNB_TargetBranch', value: String.valueOf(env.gitlabTargetBranch))
// ]
//}
}
}
}
}
success {
script {
def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): passed (" + BUILD_URL + ")"
......
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