try to fix build on new server

This commit is contained in:
Olivier Lamy 2020-07-26 08:14:48 +10:00 committed by GitHub
parent 8a2fbaaa1c
commit 309db1448e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View 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 {