This is an automated email from the ASF dual-hosted git repository.
olamy 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 c792f68b5 fix naming
c792f68b5 is described below
commit c792f68b51a9fa335ee79d2c04a481747461a20d
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 17 10:12:54 2022 +1000
fix naming
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2bcc32323..de37d9d15 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,8 +42,7 @@ publishers = [artifactsPublisher(disabled: false),
cmdLine = (env.NONAPACHEORG_RUN != 'y' && env.BRANCH_NAME == 'master') ?
"clean deploy" : "clean install"
-
- INTEGRATION_PIPELINE = "/Archiva/Archiva-IntegrationTests-Gitbox"
+INTEGRATION_PIPELINE = "/Archiva/Archiva-IntegrationTests"
pipeline {
agent {
@@ -51,7 +50,7 @@ pipeline {
}
// Build should also start, if redback has been built successfully
triggers {
- 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)
+ upstream(upstreamProjects:
'Archiva/archiva-projects/archiva-redback-core/master,Archiva/archiva-projects/archiva-components/master,Archiva/archiva-projects/archiva-parent/master',
threshold: hudson.model.Result.SUCCESS)
}
options {
disableConcurrentBuilds()