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 06:01:12 UTC

[camel-quarkus] branch jenkinsfile-update created (now d4bbd76)

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

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


      at d4bbd76  Jenkinsfile build: changed the JDK name following INFRA new approach

This branch includes the following new commits:

     new d4bbd76  Jenkinsfile build: changed the JDK name following INFRA new approach

The 1 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.



[camel-quarkus] 01/01: 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 jenkinsfile-update
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit d4bbd76973f3226510154d14fabe571bde1ce143
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 08:01:01 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 88bf2be..26290db 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 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 = '-B -e -ntp'
 def VERSION_SUFFIX = "-${env.BRANCH_NAME.toUpperCase().replace('_','-')}-SNAPSHOT"