add userid cause to pending job

This commit is contained in:
Roberto Cirillo 2022-08-04 15:23:39 +02:00
parent d7f99a58fc
commit 73adf8b656
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -141,6 +141,7 @@ pipeline {
anyOf{
triggeredBy 'BuildUpstreamCause'
triggeredBy 'UpstreamCause'
triggeredBy 'UserIdCause'
}
}
steps {