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 09:49:25 UTC

[maven] branch MNG-5937 updated: [MNG-5937] show zipinfo

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 2dfedc9  [MNG-5937] show zipinfo
2dfedc9 is described below

commit 2dfedc96ba9f51ddbddb79860dc3a58d9ee2d0a7
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat May 9 11:49:12 2020 +0200

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

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