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

keyur pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/usergrid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bf227b  Update maven and jdk variables for Jenkins
1bf227b is described below

commit 1bf227b1b6b3913abaac6c0648d0714fd2cacc93
Author: Keyur Karnik <[email protected]>
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 {

Reply via email to