You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/04/25 15:24:32 UTC

[incubator-streampipes] branch dev updated: [hotfix] Modify Java version in Jenkinsfile

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5143372ad [hotfix] Modify Java version in Jenkinsfile
5143372ad is described below

commit 5143372ad1f5dcb339bf1534eac69281be2f5e10
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Apr 25 17:24:27 2022 +0200

    [hotfix] Modify Java version in Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8f7050bf0..c202e02c5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ pipeline {
 
   tools {
         maven 'maven_3_latest'
-        jdk 'jdk_1.8_latest'
+        jdk 'jdk_11_latest'
     }