Commit 765136b1 authored by Raphael Defosseux's avatar Raphael Defosseux

chore(ci): fix post-merge pipeline

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 94d4cd7c
......@@ -193,13 +193,13 @@ pipeline {
post {
always {
script {
testBullet = finalizeSlaveJob('RAN-ARM-Cross-Compile-Builder')
testBullet2a = finalizeSlaveJob('RAN-ARM-Cross-Compile-Builder')
}
}
failure {
script {
currentBuild.result = 'FAILURE'
failingStages += testBullet
failingStages += testBullet2a
}
}
}
......
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