Browse Source

try to fix build on new server

pull/61/head
Olivier Lamy 3 years ago
parent
commit
309db1448e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 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 {

Loading…
Cancel
Save