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 2020/10/19 05:56:38 UTC

[camel] branch camel-3.4.x updated (1ac104c -> ef5ea8a)

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

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


    from 1ac104c  Update AWS2S3Producer.java
     new 83d334d  Jenkinsfile build: changed the JDK name following INFRA new approach
     new 04f4afa  Jenkinsfile build: changed the JDK name following INFRA new approach
     new d58acdb  Jenkinsfile build: changed the JDK name following INFRA new approach
     new 712b648  Jenkinsfile build: changed the JDK name following INFRA new approach
     new 94833d3  Jenkinsfile build: changed the JDK name following INFRA new approach
     new ef5ea8a  Jenkinsfile build: changed the JDK name following INFRA new approach

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


[camel] 06/06: Jenkinsfile build: changed the JDK name following INFRA new approach

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

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

commit ef5ea8ae229fac3786cc1bfc04d93a271d51207d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:55:34 2020 +0200

    Jenkinsfile build: changed the JDK name following INFRA new approach
---
 Jenkinsfile.jdk14 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.jdk14 b/Jenkinsfile.jdk14
index adb5baf..3dd84ad 100644
--- a/Jenkinsfile.jdk14
+++ b/Jenkinsfile.jdk14
@@ -18,7 +18,7 @@
  */
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'JDK_14_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_14_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 


[camel] 03/06: Jenkinsfile build: changed the JDK name following INFRA new approach

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

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

commit d58acdbc726deaa8a0a73046be38258f6e5afed5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:54:24 2020 +0200

    Jenkinsfile build: changed the JDK name following INFRA new approach
---
 Jenkinsfile.full.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline
index 2c435c2..209345b 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 ?: 'jdk_1.8_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 


[camel] 01/06: Jenkinsfile build: changed the JDK name following INFRA new approach

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

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

commit 83d334d95cd65db9dda138d2f970fa13627547d7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:53:03 2020 +0200

    Jenkinsfile build: changed the JDK name following INFRA new approach
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8657388..ce649ed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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 ?: 'jdk_1.8_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 


[camel] 02/06: Jenkinsfile build: changed the JDK name following INFRA new approach

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

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

commit 04f4afaafaf808431c93a7ecfbb2df8fd774af62
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:54:03 2020 +0200

    Jenkinsfile build: changed the JDK name following INFRA new approach
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 1fbca78..200131e 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 ?: 'jdk_1.8_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true "
 


[camel] 04/06: Jenkinsfile build: changed the JDK name following INFRA new approach

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

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

commit 712b648807783cf191fc401cd104a7540c163c69
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:54:50 2020 +0200

    Jenkinsfile build: changed the JDK name following INFRA new approach
---
 Jenkinsfile.jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index 0f0d88d..9d7e7b0 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -18,7 +18,7 @@
  */
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'JDK_11_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 


[camel] 05/06: Jenkinsfile build: changed the JDK name following INFRA new approach

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

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

commit 94833d3a9fc2c733d34ae346cba3f2ced677653f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:55:12 2020 +0200

    Jenkinsfile build: changed the JDK name following INFRA new approach
---
 Jenkinsfile.jdk12 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.jdk12 b/Jenkinsfile.jdk12
index 546f80f..9e21a0a 100644
--- a/Jenkinsfile.jdk12
+++ b/Jenkinsfile.jdk12
@@ -18,7 +18,7 @@
  */
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'JDK 12 (latest)'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_12_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"