You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/10/21 14:51:24 UTC

[cxf] branch master updated: Accomodate tooling name changes on Jenkins CI

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 043794e  Accomodate tooling name changes on Jenkins CI
043794e is described below

commit 043794e29cc5ec5435787e266d7dad6ff762018e
Author: reta <dr...@gmail.com>
AuthorDate: Wed Oct 21 10:50:52 2020 -0400

    Accomodate tooling name changes on Jenkins CI
---
 tck/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index 3f6eb14..2a22729 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -4,9 +4,9 @@ pipeline {
    }
    
     tools { 
-        ant 'Ant 1.10.6'
-        maven 'Maven 3.6.2' 
-        jdk 'JDK 1.8.0_241' 
+        ant 'ant_1.10.6'
+        maven 'maven_3.6.2' 
+        jdk 'jdk_1.8.0_241' 
     }
     
     environment {