Adding components as upstream trigger
This commit is contained in:
parent
0ba7f41a6b
commit
afdd974291
|
@ -41,7 +41,7 @@ pipeline {
|
||||||
agent { label "${LABEL}" }
|
agent { label "${LABEL}" }
|
||||||
// Build should also start, if parent has been built successfully
|
// Build should also start, if parent has been built successfully
|
||||||
triggers {
|
triggers {
|
||||||
upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-parent/master', threshold: hudson.model.Result.SUCCESS)
|
upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-parent/master,Archiva/Archiva-TLP-Gitbox/archiva-components/master', threshold: hudson.model.Result.SUCCESS)
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue