Adding redback build as upstream trigger

This commit is contained in:
Martin Stockhammer 2019-11-17 11:20:29 +01:00
parent 3a08931d19
commit 48d3bc2cf9
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -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'))