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:38:53 UTC

[creadur-rat] branch master updated (714e674 -> 293f38b)

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

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


    from 714e674  RAT-277: Add changelog
     new ec587c0  Adapt to new Maven name in Jenkins
     new 293f38b  Adapt to new JDK name in Jenkins

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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

Posted by po...@apache.org.
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

commit 293f38b8d2bc65d2737141b941eb27c3808345ee
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Oct 18 21:38:47 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 3db8962..6839e75 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'JDK 14 (latest)'
+        jdk 'jdk_14_latest'
     }
 
     options {


[creadur-rat] 01/02: Adapt to new Maven name in Jenkins

Posted by po...@apache.org.
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

commit ec587c06e0b82627a3921988c4455f8473fa7352
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Oct 18 21:38:17 2020 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 40e1814..3db8962 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
+        maven 'maven_3_latest'
         jdk 'JDK 14 (latest)'
     }