You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2020/10/18 19:42:27 UTC

[creadur-tentacles] 02/02: Adapt to new JDK name in Jenkins

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git

commit 2d7ea472ef31c450a445b9c82465863dded5d461
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Oct 18 21:42:15 2020 +0200

    Adapt to new JDK name in Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d4dcc41..1121eb0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'JDK 1.8 (latest)'
+        jdk 'jdk_1.8_latest'
     }
 
     options {