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 15:52:51 UTC

[plc4x] branch feature/plc4go 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 feature/plc4go
in repository https://gitbox.apache.org/repos/asf/plc4x.git


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

commit 8a46474fd8906eaa86a0a9cb21f733128785c3ac
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 26 16:52:39 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 346edc6..c7d99d3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,8 +43,8 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
-        jdk 'JDK 11 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_11_latest'
     }
 
     options {