mirror of https://github.com/apache/archiva.git
Adding redback build as upstream trigger
This commit is contained in:
parent
3a08931d19
commit
48d3bc2cf9
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue