Commit 9a57514b authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): hard coding the lock resource

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent a062be47
......@@ -33,7 +33,6 @@ def gitCommitAuthorEmailAddr
// list of failing stages
def failingStages = ""
def lockForMessage = 'Parent-Lock'
pipeline {
agent {
......@@ -728,7 +727,7 @@ def triggerSlaveJobNoGitLab (jobName) {
}
def finalizeSlaveJob(jobName) {
lock (lockForMessage) {
lock ('Parent-Lock') {
// In case of any non-success, we are retrieving the HTML report of the last completed
// slave job. The only drop-back is that we may retrieve the HTML report of a previous build
if (jobName == 'OAI-CN5G-COTS-UE-Test') {
......
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