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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b7a957  Fix Jenkinsfile
3b7a957 is described below

commit 3b7a957d8b9427b048de5f294e07766ae5a5ba2c
Author: jbonofre <jbono...@apache.org>
AuthorDate: Mon Nov 30 11:01:35 2020 +0100

    Fix Jenkinsfile
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 457555d..df6083b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,8 +35,8 @@ pipeline {
 
     tools {
         // ... tell Jenkins what java version, maven version or other tools 
are required ...
-        maven 'Maven 3 (latest)'
-        jdk 'JDK 1.8 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_1.8_latest'
     }
 
     options {

Reply via email to