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:17:47 UTC

[camel] branch master updated (b3b7572 -> a53edc3)

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


    from b3b7572  CAMEL-16115 - Remove Camel-AWS-* components - AWS-MSK - Added a migration note
     new c3dcc66  Use adoptopenjdk_hotspot_8u282 in Jenkinsfile deploy
     new a53edc3  Use adoptopenjdk_hotspot_8u282 for Jenkinsfile full pipeline

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


[camel] 02/02: Use adoptopenjdk_hotspot_8u282 for Jenkinsfile full pipeline

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

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

    Use adoptopenjdk_hotspot_8u282 for Jenkinsfile full pipeline
---
 Jenkinsfile.full.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline
index f4c06dc..fc07992 100644
--- a/Jenkinsfile.full.pipeline
+++ b/Jenkinsfile.full.pipeline
@@ -18,7 +18,7 @@
  */
 
 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 -Dsurefire.rerunFailingTestsCount=2"
 


[camel] 01/02: Use adoptopenjdk_hotspot_8u282 in Jenkinsfile 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.git

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

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

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 4153a50..82e4bef 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -18,7 +18,7 @@
  */
 
 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 "