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 04:55:40 UTC

[camel-spring-boot] branch master updated (743e96e -> e48b7fc)

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 743e96e  [create-pull-request] automated change
     new 19198f9  Jenkinsfile SB build: changed the JDK name following INFRA new approach
     new ece4801  Jenkinsfile SB JDK11 build: changed the JDK name following INFRA new approach
     new 51c45f7  Jenkinsfile SB JDK14 build: changed the JDK name following INFRA new approach
     new e48b7fc  Jenkinsfile SB deploy build: changed the JDK name following INFRA new approach

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


[camel-spring-boot] 01/04: Jenkinsfile SB 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-spring-boot.git

commit 19198f92e5d0fbe0460f45e3e7a46a8d0159054c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 06:53:35 2020 +0200

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

diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb
index 13de6cb..67d9268 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 ?: 'jdk_1.8_latest'
 
 def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'
 


[camel-spring-boot] 03/04: Jenkinsfile SB 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-spring-boot.git

commit 51c45f7c809f700d3a692f96a4d05267860f0083
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 06:54:29 2020 +0200

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

diff --git a/Jenkinsfile.sb.jdk14 b/Jenkinsfile.sb.jdk14
index c4e7fa1..0760a94 100644
--- a/Jenkinsfile.sb.jdk14
+++ b/Jenkinsfile.sb.jdk14
@@ -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 14 (latest)'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_14_latest'
 
 def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'
 


[camel-spring-boot] 02/04: Jenkinsfile SB 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-spring-boot.git

commit ece48014153805d7e519ac100e4fca44137aa607
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 06:54:02 2020 +0200

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

diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11
index 16d4a7b..87fd150 100644
--- a/Jenkinsfile.sb.jdk11
+++ b/Jenkinsfile.sb.jdk11
@@ -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 11 (latest)'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 
 def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'
 


[camel-spring-boot] 04/04: Jenkinsfile SB 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-spring-boot.git

commit e48b7fc9d55153391bc9e244d4657e35dff059e2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 06:55:10 2020 +0200

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

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