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 {
}
}
}
stage('Terminate NR eNB') {
steps {
echo '\u2705 \u001B[32mTerminate eNB\u001B[0m'
}
post {
success {
script {
termStatusArray[termENB] = true
stage('Terminate NR eNB') {
steps {
echo '\u2705 \u001B[32mTerminate eNB\u001B[0m'
}
post {
success {
script {
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