You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by fp...@apache.org on 2023/03/08 06:27:46 UTC

[karaf-cellar] branch main updated: [jenkins] Update tools

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

fpapon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git


The following commit(s) were added to refs/heads/main by this push:
     new a928114a [jenkins] Update tools
     new c59d97ff Merge pull request #93 from fpapon/jenkins
a928114a is described below

commit a928114a77d92019f0c4fe732dab21c33e751bc1
Author: francois papon <fp...@apache.org>
AuthorDate: Wed Mar 8 07:19:39 2023 +0100

    [jenkins] Update tools
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 180f2552..e2ebd83c 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 {