You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2019/08/29 07:04:45 UTC

[struts] branch docker-build updated: Fixes small typo

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

lukaszlenart pushed a commit to branch docker-build
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/docker-build by this push:
     new c8483e7  Fixes small typo
c8483e7 is described below

commit c8483e73f9b34ff03212112f009009d2a24f6e5f
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Aug 29 09:04:37 2019 +0200

    Fixes small typo
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8c7ad64..5e24858 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
       steps {
         sh 'echo $JAVA_HOME'
         sh 'echo $MAVEN_OPTS'
-        sh 'java --version'
+        sh 'java -version'
         sh 'mvn -v'
         sh './mvnw clean test -DskipWiki'
       }