Commit 59304473 authored by Boris Djalal's avatar Boris Djalal

Save.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 921f3a08
...@@ -253,18 +253,18 @@ pipeline { ...@@ -253,18 +253,18 @@ pipeline {
} }
} }
} }
stage('Terminate NR eNB') { stage('Terminate NR eNB') {
steps { steps {
echo '\u2705 \u001B[32mTerminate eNB\u001B[0m' echo '\u2705 \u001B[32mTerminate eNB\u001B[0m'
} }
post { post {
success { success {
script { script {
termStatusArray[termENB] = true termStatusArray[termENB] = true
} }
} }
} }
} }
} }
} }
......
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