You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/10/26 06:35:15 UTC

svn commit: r1868986 - /poi/trunk/jenkins/create_jobs.groovy

Author: centic
Date: Sat Oct 26 06:35:15 2019
New Revision: 1868986

URL: http://svn.apache.org/viewvc?rev=1868986&view=rev
Log:
Jenkins-DSL: Do not expect to find mvn executable in Test-Environment

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1868986&r1=1868985&r2=1868986&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sat Oct 26 06:35:15 2019
@@ -603,7 +603,7 @@ echo '<?xml version="1.0"?><project name
 
                     shell(
                             '''which mvn || true
-mvn -version
+mvn -version || true
 echo '<project><modelVersion>4.0.0</modelVersion><groupId>org.apache.poi</groupId><artifactId>build-tst</artifactId><version>1.0.0</version></project> > pom.xml
 ''')
                     maven {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org