Kaynağa Gözat

Adding redback build as upstream trigger

pull/53/head
Martin Stockhammer 4 yıl önce
ebeveyn
işleme
48d3bc2cf9
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      Jenkinsfile

+ 4
- 0
Jenkinsfile Dosyayı Görüntüle

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

Loading…
İptal
Kaydet