From 309db1448ef597b7027084eadb98fdf28c112480 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 26 Jul 2020 08:14:48 +1000 Subject: [PATCH] try to fix build on new server --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5