You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/10/19 09:37:46 UTC

[karaf] branch master updated: Update Jenkinsfile configuration with new settings

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 784e893  Update Jenkinsfile configuration with new settings
     new 41b75d7  Merge pull request #1236 from jbonofre/JENKINSFILE
784e893 is described below

commit 784e893c3cfecd584ec24e178b9cb660d9577620
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Oct 19 11:18:36 2020 +0200

    Update Jenkinsfile configuration with new settings
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index cab5a84..49f98a8 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 11 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_11_latest'
     }
 
     options {