aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-04-17 10:12:54 +1000
committerOlivier Lamy <olamy@apache.org>2022-04-17 10:12:54 +1000
commitc792f68b51a9fa335ee79d2c04a481747461a20d (patch)
tree7ecd660d35fdd0bb4b96631851ed32e9424c4779 /Jenkinsfile
parent2eb124190f95fa16de37d28b5f2b41b34ce5cb83 (diff)
downloadarchiva-c792f68b51a9fa335ee79d2c04a481747461a20d.tar.gz
archiva-c792f68b51a9fa335ee79d2c04a481747461a20d.zip
fix naming
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile5
1 files 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()