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