Adding components as upstream trigger

This commit is contained in:
Martin Stockhammer 2021-12-07 20:27:34 +01:00
parent 0ba7f41a6b
commit afdd974291
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
agent { label "${LABEL}" }
// Build should also start, if parent has been built successfully
triggers {
upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-parent/master', threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-parent/master,Archiva/Archiva-TLP-Gitbox/archiva-components/master', threshold: hudson.model.Result.SUCCESS)
}
options {