This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch MNG-6726
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/MNG-6726 by this push:
new f307d74 cat /home/jenkins/.mavenrc
f307d74 is described below
commit f307d74f478432c8b9a495b9e5b4bd24e4293567
Author: tibordigana <[email protected]>
AuthorDate: Tue Jul 30 17:41:35 2019 +0200
cat /home/jenkins/.mavenrc
---
Jenkinsfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f2f54d8..66ebec7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -115,9 +115,10 @@ for (String os in runITsOses) {
}
if (isUnix()) {
- sh "${cmd}"
+ sh 'cat /home/jenkins/.mavenrc'
+ //sh "${cmd}"
} else {
- bat "${cmd}"
+ //bat "${cmd}"
}
}
deleteDir() // clean up after ourselves to reduce disk
space