Procházet zdrojové kódy

Adding redback build as upstream trigger

pull/53/head
Martin Stockhammer před 4 roky
rodič
revize
48d3bc2cf9
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      Jenkinsfile

+ 4
- 0
Jenkinsfile Zobrazit soubor

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

Načítá se…
Zrušit
Uložit