Skip to content
Snippets Groups Projects
Commit 9a57514b authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

fix(ci): hard coding the lock resource

parent a062be47
No related branches found
No related tags found
No related merge requests found
......@@ -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') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment