replace name with userID

This commit is contained in:
Roberto Cirillo 2022-10-11 11:47:04 +02:00
parent 33e98eadbc
commit 05ef4fce32
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -209,7 +209,7 @@ pipeline {
triggeredBy 'BuildUpstreamCause'
triggeredBy 'UpstreamCause'
//added just for testing . To Remove.
triggeredBy cause: "UserIdCause"//, detail: 'Roberto Cirillo'
triggeredBy cause: "UserIdCause", detail: 'roberto.cirillo'
}
// we should improve this conditional check
equals(actual: "${params.TRIGGER_JOB}", expected: "${RELEASE_JOB}")