Explorar el Código

Adding redback build as upstream trigger

pull/53/head
Martin Stockhammer hace 4 años
padre
commit
48d3bc2cf9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      Jenkinsfile

+ 4
- 0
Jenkinsfile Ver fichero

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

Cargando…
Cancelar
Guardar