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:07:57 UTC

[camel-quarkus] branch master updated: Jenkinsfile build: changed the JDK name following INFRA new approach

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-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 317a789  Jenkinsfile build: changed the JDK name following INFRA new approach
317a789 is described below

commit 317a7898d67fb3d12df9516ffa3378fd48fd6012
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"