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 {