You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/05/09 10:05:06 UTC

[maven] branch MNG-5937 updated: [MNG-5937] fix command

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

rfscholte pushed a commit to branch MNG-5937
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-5937 by this push:
     new 1fdba3f  [MNG-5937] fix command
1fdba3f is described below

commit 1fdba3fdbe2cfbf56a59cfe52995ef7ad1089e3f
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat May 9 12:04:56 2020 +0200

    [MNG-5937] fix command
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 060bdff..8a503d7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -106,7 +106,7 @@ for (String os in runITsOses) {
                           unstash 'wrapper-dist'
 
                           if (isUnix()) {
-                            sh 'zip-info apache-maven-wrapper-3.7.0-SNAPSHOT-bin.zip'
+                            sh 'zipinfo apache-maven-wrapper-3.7.0-SNAPSHOT-bin.zip'
                           }
                         }
                         try {