You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/28 10:07:08 UTC

[maven-jenkins-lib] branch master updated: sh 'df -hT'

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new a77dbc4  sh 'df -hT'
a77dbc4 is described below

commit a77dbc4155d40c9917738e860fe791011f7ff41b
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Jul 28 12:06:50 2019 +0200

    sh 'df -hT'
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 76103c9..ae610ef 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -199,7 +199,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
            ], publisherStrategy: 'EXPLICIT') {
              dir (stageDir) {
                if (isUnix()) {
-                 sh 'df -h -t --output=source,used,avail,size,pcent'
+                 sh 'df -hT'
                  sh cmd.join(' ')
                } else {
                  bat 'wmic logicaldisk get size,freespace,caption'