This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 833651d Migration to ci-build. Updating upstream projects.
833651d is described below
commit 833651d65256c8a412d7ceb066281c3f1b64f0fd
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Jul 26 12:36:55 2020 +0200
Migration to ci-build. Updating upstream projects.
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 356d4a3..ecd3e0e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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()