Przeglądaj źródła

enable mavenLinkerPublisher

Signed-off-by: olivier lamy <olamy@apache.org>
pull/50/head
olivier lamy 5 lat temu
rodzic
commit
d9392e577d
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile Wyświetl plik

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

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

Ładowanie…
Anuluj
Zapisz