You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ke...@apache.org on 2020/12/17 11:53:26 UTC

[usergrid] branch jenkins-test-2 updated: Update maven and jdk variables for Jenkins

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

keyur pushed a commit to branch jenkins-test-2
in repository https://gitbox.apache.org/repos/asf/usergrid.git


The following commit(s) were added to refs/heads/jenkins-test-2 by this push:
     new 4227cdc  Update maven and jdk variables for Jenkins
4227cdc is described below

commit 4227cdc6cc5e8d1fe7dc1df8e77602aa08a7a493
Author: Keyur Karnik <ke...@gmail.com>
AuthorDate: Thu Dec 17 03:34:45 2020 -0800

    Update maven and jdk variables for Jenkins
---
 stack/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stack/Jenkinsfile b/stack/Jenkinsfile
index aebb217..16f23f8 100644
--- a/stack/Jenkinsfile
+++ b/stack/Jenkinsfile
@@ -25,8 +25,8 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
-        jdk 'JDK 1.8 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_1.8_latest'
     }
 
     options {