]> source.dussan.org Git - archiva.git/commitdiff
try to fix build on new server
authorOlivier Lamy <olamy@apache.org>
Sat, 25 Jul 2020 22:14:48 +0000 (08:14 +1000)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 22:14:48 +0000 (08:14 +1000)
Jenkinsfile

index 6f5745a0cceba51e2e85e004e91056d29aa1b02b..356d4a36849de5e620137f55a905fa7f1a017bb2 100644 (file)
@@ -43,7 +43,7 @@ publishers = [artifactsPublisher(disabled: false),
 cmdLine = (env.NONAPACHEORG_RUN != 'y' && env.BRANCH_NAME == 'master') ? "clean deploy" : "clean install"
 
 
-        INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
+        INTEGRATION_PIPELINE = "/Archiva/Archiva-IntegrationTests-Gitbox"
 
 pipeline {
     agent {