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 c89c92d3994fedd92d15a1d2eeae3adc04d38072 Author: Olivier Lamy <[email protected]> AuthorDate: Sun Jun 5 21:38:45 2022 +1000 missing variable Signed-off-by: Olivier Lamy <[email protected]> --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8f71dac15..b5635e07c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,6 +36,7 @@ buildMvn = 'maven_3.8.5' //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)]
