You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/22 06:23:39 UTC

[camel-spring-boot] branch master updated (2410392 -> 2d8b524)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 2410392  Regen
     new a89e7cc  Use adoptopenjdk_hotspot_8u282 in Jenkinsfile.sb
     new 2d8b524  Use adoptopenjdk_hotspot_8u282 in Jenkinsfile.sb.deploy

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.sb        | 2 +-
 Jenkinsfile.sb.deploy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel-spring-boot] 01/02: Use adoptopenjdk_hotspot_8u282 in Jenkinsfile.sb

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit a89e7cc76a177456bcba42462d4794956309b77f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 22 07:22:42 2021 +0100

    Use adoptopenjdk_hotspot_8u282 in Jenkinsfile.sb
---
 Jenkinsfile.sb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb
index d150928..69de371 100644
--- a/Jenkinsfile.sb
+++ b/Jenkinsfile.sb
@@ -19,7 +19,7 @@
 
 def LOCAL_REPOSITORY = env.LOCAL_REPOSITORY ?: '/home/jenkins/jenkins-slave/maven-repositories/0'
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'
+def JDK_NAME = env.JDK_NAME ?: 'adoptopenjdk_hotspot_8u282'
 
 def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'
 


[camel-spring-boot] 02/02: Use adoptopenjdk_hotspot_8u282 in Jenkinsfile.sb.deploy

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 2d8b5247471584f26e128ae74d282c45fd556d52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 22 07:23:02 2021 +0100

    Use adoptopenjdk_hotspot_8u282 in Jenkinsfile.sb.deploy
---
 Jenkinsfile.sb.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index 8a34cb9..6c1fa0b 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.deploy
@@ -19,7 +19,7 @@
 
 def LOCAL_REPOSITORY = env.LOCAL_REPOSITORY ?: '/home/jenkins/jenkins-slave/maven-repositories/0'
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'
+def JDK_NAME = env.JDK_NAME ?: 'adoptopenjdk_hotspot_8u282'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true "