diff --git a/Jenkinsfile b/Jenkinsfile index 8a0044a0..6828aa47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {