You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/10/26 18:52:49 UTC

[plc4x-build-tools] branch develop updated: - Updated the Jenkinsfile to match the new constant names for jdks and maven installations

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9af11d1  - Updated the Jenkinsfile to match the new constant names for jdks and maven installations
9af11d1 is described below

commit 9af11d1939fa01e6346363a4a5e6e38c9d84785e
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 26 19:52:43 2020 +0100

    - Updated the Jenkinsfile to match the new constant names for jdks and maven installations
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4190ded..add76b2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,8 +41,8 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
-        jdk 'JDK 1.8 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_1.8_latest'
     }
 
     options {