generated from gCubeCI/Pipeline-Docker-Template
fix sintax
This commit is contained in:
parent
cf61dba571
commit
4c3029cb0b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue