mirror of https://github.com/apache/archiva.git
Adding parent as upstream trigger
This commit is contained in:
parent
0e01b1f6b2
commit
bb56494366
|
@ -51,7 +51,7 @@ pipeline {
|
|||
}
|
||||
// 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)
|
||||
upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-redback-core/master,Archiva-TLP-Gitbox/archiva-parent/master', threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
|
|
Loading…
Reference in New Issue