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/07/27 10:45:41 UTC

[creadur-rat] branch master updated: RAT-271: Run on ubuntu

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-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f43a09  RAT-271: Run on ubuntu
2f43a09 is described below

commit 2f43a093b5daa9d19fd9a3161477be904d9b5de4
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Jul 27 12:45:28 2020 +0200

    RAT-271: Run on ubuntu
---
 Jenkinsfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0fd103c..593f413 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,13 +19,11 @@
  */
 pipeline {
 
-    /* Hopefully we won't need this on the newer infra ...
     agent {
         node {
             label 'ubuntu'
         }
     }
-    */
 
     environment {
         // It seems the login the jenkins slave uses, doesn't pick up the environment changes,
@@ -46,7 +44,7 @@ pipeline {
 
     tools {
         maven 'Maven 3 (latest)'
-        jdk 'JDK 14 (latest)'
+        jdk 'JDK 8 (latest)'
     }
 
     options {