Browse Source

enable mavenLinkerPublisher

Signed-off-by: olivier lamy <olamy@apache.org>
pull/50/head
olivier lamy 5 years ago
parent
commit
d9392e577d
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile View File

buildJdk11 = 'JDK 11 (latest)' buildJdk11 = 'JDK 11 (latest)'
buildMvn = 'Maven 3.5.2' buildMvn = 'Maven 3.5.2'
deploySettings = 'archiva-uid-jenkins' deploySettings = 'archiva-uid-jenkins'
localRepository = ".repository"
//localRepository = ".repository"
localRepository = "../.maven_repositories/${env.EXECUTOR_NUMBER}"
mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true' mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true'


INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox" INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
mavenOpts: mavenOpts, mavenOpts: mavenOpts,
options: [artifactsPublisher(disabled: false), options: [artifactsPublisher(disabled: false),
junitPublisher(disabled: false, ignoreAttachments: false), junitPublisher(disabled: false, ignoreAttachments: false),
pipelineGraphPublisher(disabled: false)]
pipelineGraphPublisher(disabled: false),mavenLinkerPublisher(disabled: false)]
) )
{ {
sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh" sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh"

Loading…
Cancel
Save