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/17 12:45:33 UTC

[camel] branch master updated (c5ec2e2 -> 6519cd1)

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 c5ec2e2  Sync and regen
     new b817e92  Jenkinsfile build: changed the JDK name following INFRA new approach
     new 2d9c52f  Jenkinsfile deploy build: changed the JDK name following INFRA new approach
     new c5ff3ca  Jenkinsfile jdk11 build: changed the JDK name following INFRA new approach
     new 996f38b  Jenkinsfile full pipeline build: changed the JDK name following INFRA new approach
     new 6519cd1  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] 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 2d9c52f2dd796220fa46b1eb84e5fe007d6351f9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Oct 17 14:41:38 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..4153a50 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] 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 6519cd11edd7370562e2e29153c95a53d2d701ce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Oct 17 14:45:05 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..ad8f8a9 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] 04/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 996f38b680e6680ac5d72fd0e4101d00be4435f5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Oct 17 14:44:07 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..f4c06dc 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/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 b817e929ad82b1618a2c7daa8b036491a0c34213
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Oct 17 14:40:43 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..641735f 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] 03/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 c5ff3ca84f68e2e57d2074fd6525a8c8b22e800e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Oct 17 14:42:19 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..87c7391 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"