diff --git a/Jenkinsfile b/Jenkinsfile index 592e08bff..d53c04446 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,6 +46,10 @@ pipeline { agent { label "${LABEL}" } + // Build should also start, if redback has been built successfully + triggers { + upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-redback-core/master', threshold: hudson.model.Result.SUCCESS) + } options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5'))