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

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


The following commit(s) were added to refs/heads/master by this push:
     new d2981f1  fix name
d2981f1 is described below

commit d2981f18d21f454c22648382269c2e74c74eaab7
Author: olivier lamy <[email protected]>
AuthorDate: Mon Dec 31 18:01:37 2018 +1000

    fix name
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 13c56d9..4eeef5c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -126,7 +126,7 @@ pipeline {
                         ARCHIVA_USER_CONFIG_FILE = 
'/tmp/archiva-master-jdk-11-${env.JOB_NAME}.xml'
                     }
                     steps {
-                        ws("${env.JOB_NAME}-JDK10") {
+                        ws("${env.JOB_NAME}-JDK11") {
                             checkout scm
                             timeout(120) {
                                 withMaven(maven: buildMvn, jdk: buildJdk11,

Reply via email to