This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 9b7d8b20e Omit transfer progress from Maven output
9b7d8b20e is described below
commit 9b7d8b20e4ac053c9afa8565460f2586b48c3602
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 16 09:13:07 2024 -0400
Omit transfer progress from Maven output
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 82d6d4908..e34880545 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ timestamps {
withMaven(jdk: 'JDK 17 (latest)', maven: 'Maven
3.6.3') {
sh "echo hello"
- sh "mvn clean install deploy"
+ sh "mvn -ntp clean install deploy"
}
junit '**/target/surefire-reports/*.xml'
@@ -39,4 +39,4 @@ timestamps {
step([$class: 'Mailer', notifyEveryUnstableBuild: true,
recipients: '[email protected]', sendToIndividuals: true])
}
}
-}
\ No newline at end of file
+}