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/12 11:40:51 UTC

[camel] branch master updated (e3c1e5e -> 4953910)

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 e3c1e5e  CAMEL-15622: Prefer bean instance in endpoint DSL. Do not search in registry using wrong string representation of a bean, return the bean directly instead
     new 611d9ce  Jenkinsfile build: changed the JDK name following INFRA new approach
     new aa44118  Jenkinsfile deploy build: changed the JDK name following INFRA new approach
     new b513624  Jenkinsfile full pipeline build: changed the JDK name following INFRA new approach
     new acde98c  Jenkinsfile JDK11 build: changed the JDK name following INFRA new approach
     new 4953910  Jenkinsfile JDK14 build: changed the JDK name following INFRA new approach

The 5 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.jdk14         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


[camel] 03/05: Jenkinsfile full pipeline 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b51362458cf92000770f533fb278546fb17dde62
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 12:48:57 2020 +0200

    Jenkinsfile full pipeline 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 eebb887..65312d3 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] 02/05: Jenkinsfile deploy 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit aa4411818e325e10ce33288e8821743f1e501767
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 12:48:29 2020 +0200

    Jenkinsfile deploy 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 8b848c2..5b9b90c 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] 01/05: 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 611d9ce34c8513102b1bc27af69ad1fbcfb7aeed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 12:47:40 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 14bc125..9054cc3 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] 04/05: Jenkinsfile JDK11 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit acde98cc5004e6b34a54dde74d82e233b0df0213
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 12:50:00 2020 +0200

    Jenkinsfile JDK11 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 3470165..5acb856 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/05: Jenkinsfile JDK14 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 49539101d8a2b179d5154b028a8d7c94d3458f9d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 12:50:56 2020 +0200

    Jenkinsfile JDK14 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 1e24c55..c746499 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"