Migration to ci-build. Updating upstream projects.

This commit is contained in:
Martin Stockhammer 2020-07-26 12:36:55 +02:00
parent 309db1448e
commit 833651d652
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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,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-parent/master', threshold: hudson.model.Result.SUCCESS)
}
options {
disableConcurrentBuilds()