From: Olivier Lamy Date: Sat, 25 Jul 2020 22:14:48 +0000 (+1000) Subject: try to fix build on new server X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=309db1448ef597b7027084eadb98fdf28c112480;p=archiva.git try to fix build on new server --- diff --git a/Jenkinsfile b/Jenkinsfile index 6f5745a0c..356d4a368 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {