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-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new c066d23 Migration to ci-build. Updating upstream projects.
c066d23 is described below
commit c066d2382f03601ce622888e97e3c797b3c58f9f
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Jul 26 12:37:38 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 87e2042..18cce19 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
agent { label "${LABEL}" }
// Build should also start, if parent has been built successfully
triggers {
- upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/master',
threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects:
'Archiva/Archiva-TLP-Gitbox/archiva-parent/master', threshold:
hudson.model.Result.SUCCESS)
}
options {