You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/06/05 11:40:55 UTC

[archiva] 03/03: missing variable

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master-jenkinsfile-it-test
in repository https://gitbox.apache.org/repos/asf/archiva.git

commit 6142e5a867e4547a9a22aadb9205d34be3c16e80
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Jun 5 21:38:45 2022 +1000

    missing variable
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index b9905a7c9..33dd1ca3b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,6 +36,7 @@ buildMvn = 'maven_3.6.3'
 //localRepository = ".repository"
 //localRepository = "../.maven_repositories/${env.EXECUTOR_NUMBER}"
 mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true'
+deploySettings = 'archiva-uid-jenkins'
 publishers = [artifactsPublisher(disabled: false),
               junitPublisher(disabled: false, ignoreAttachments: false),
               pipelineGraphPublisher(disabled: false),mavenLinkerPublisher(disabled: false)]