Browse Source

Adding components as upstream trigger

pull/62/head
Martin Stockhammer 2 years ago
parent
commit
e1609fdac0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

} }
// Build should also start, if redback has been built successfully // Build should also start, if redback has been built successfully
triggers { triggers {
upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-redback-core/master,Archiva/Archiva-TLP-Gitbox/archiva-parent/master', threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-redback-core/master,Archiva/Archiva-TLP-Gitbox/archiva-components/master,Archiva/Archiva-TLP-Gitbox/archiva-parent/master', threshold: hudson.model.Result.SUCCESS)
} }
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()

Loading…
Cancel
Save