You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/11/26 15:01:11 UTC

[juneau] branch master updated: Pipeline build setup.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 88d89f8  Pipeline build setup.
88d89f8 is described below

commit 88d89f8f8c9511a60c6f2d4327e6af916078ff9d
Author: JamesBognar <ja...@apache.org>
AuthorDate: Tue Nov 26 10:01:00 2019 -0500

    Pipeline build setup.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 107f308..f5843ca 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@ timestamps {
 		
 		stage ('Juneau-Java-1.8 - Build') {
 	
-			withEnv(["JAVA_HOME=${ tool '"+JDK+"' }", "PATH=${env.JAVA_HOME}/bin"]) { 
+			withEnv(["JAVA_HOME=${ tool 'jdk-1.8.0_64bits' }", "PATH=${env.JAVA_HOME}/bin"]) { 
 	
 				withMaven(jdk: 'JDK 1.8 (latest)', maven: 'Maven 3.2.5') { 
 					if(isUnix()) {