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 eb1aea1 investigating tests in embedded mode which fail on assertion
failures due to messages printed by maven-spy Jenkins Agent in std/out
eb1aea1 is described below
commit eb1aea1dd80588c9b5843687713ed49ad83c404c
Author: tibordigana <[email protected]>
AuthorDate: Tue Jul 30 20:18:30 2019 +0200
investigating tests in embedded mode which fail on assertion failures due
to messages printed by maven-spy Jenkins Agent in std/out
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 66ebec7..d64e2b7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -116,9 +116,9 @@ for (String os in runITsOses) {
if (isUnix()) {
sh 'cat /home/jenkins/.mavenrc'
- //sh "${cmd}"
+ sh "export JENKINS_MAVEN_AGENT_DISABLED=true
&& ${cmd}"
} else {
- //bat "${cmd}"
+ bat "set JENKINS_MAVEN_AGENT_DISABLED=true &&
${cmd}"
}
}
deleteDir() // clean up after ourselves to reduce disk
space