This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-openwire.git
The following commit(s) were added to refs/heads/main by this push:
new 1c7167c [NO-JIRA] Disable rat:check in Jenkinsfile for now
1c7167c is described below
commit 1c7167c9ba8bf22f816f9fdf1d93aa3419bd56d5
Author: Matt Pavlovich <[email protected]>
AuthorDate: Thu Dec 7 13:46:12 2023 -0600
[NO-JIRA] Disable rat:check in Jenkinsfile for now
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 92fb9f4..2cda84e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -110,10 +110,10 @@ pipeline {
jdk params.jdkVersion
}
steps {
- echo 'Running apache-rat:check'
+ echo '[DISABLED] Running apache-rat:check'
sh 'java -version'
sh 'mvn -version'
- sh 'mvn apache-rat:check'
+ // sh 'mvn apache-rat:check'
}
}