fix sintax

This commit is contained in:
Roberto Cirillo 2022-10-06 12:51:12 +02:00
parent cf61dba571
commit 4c3029cb0b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -114,7 +114,7 @@ pipeline {
environment name: 'IS_SCHEDULED', value: 'True'
}
// in this case the pipeline is triggered by the gCubeBuilder pipeline
equals(actual: $TRIGGER_JOB, expected: 'gCubeBuilder')
equals(actual: "$TRIGGER_JOB", expected: 'gCubeBuilder')
}
}
steps {