diff options
author | Olivier Lamy <olamy@apache.org> | 2020-07-26 08:14:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 08:14:48 +1000 |
commit | 309db1448ef597b7027084eadb98fdf28c112480 (patch) | |
tree | 2f3570b51ff5730905eaef5b82db99ae31b429f4 | |
parent | 8a2fbaaa1ca2ec32d9e06683f8c68aad4a29a42d (diff) | |
download | archiva-309db1448ef597b7027084eadb98fdf28c112480.tar.gz archiva-309db1448ef597b7027084eadb98fdf28c112480.zip |
try to fix build on new server
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |