diff --git a/Jenkinsfile b/Jenkinsfile index cd694103..87e2042e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,11 @@ def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ign pipeline { agent { label "${LABEL}" } + // Build should also start, if parent has been built successfully + triggers { + upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/master', threshold: hudson.model.Result.SUCCESS) + } + options { disableConcurrentBuilds() durabilityHint('PERFORMANCE_OPTIMIZED')