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

[maven] 01/01: more details on .mavenrc

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

hboutemy pushed a commit to branch MAVEN_OPTS
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 1e7cb89bd46c1354a0c57cd1651697d14ce39585
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jul 31 12:22:45 2019 +0200

    more details on .mavenrc
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7288fdc..2ec39c4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -85,9 +85,9 @@ for (String os in runITsOses) {
                 stage("${stageLabel}") {
                     echo "NODE_NAME = ${env.NODE_NAME}"
                     if ( fileExists("/home/jenkins/.mavenrc") ) {
-                        echo "${env.NODE_NAME}:/home/jenkins/.mavenrc exists"
                         def mavenrc = readFile encoding: 'UTF-8', file: '/home/jenkins/.mavenrc'
-                        echo "${mavenrc}"
+                        echo "${env.NODE_NAME}:/home/jenkins/.mavenrc exists, with following content:\n${mavenrc}"
+                        sh "ls -la /home/jenkins/"
                     }
                     // on Windows, need a short path or we hit 256 character limit for paths
                     // using EXECUTOR_NUMBER guarantees that concurrent builds on same agent