Explorar el Código

Adding parent as upstream trigger

pull/56/head
Martin Stockhammer hace 4 años
padre
commit
bb56494366
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

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

Cargando…
Cancelar
Guardar