This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/no-issue-disable-auto-staging in repository https://gitbox.apache.org/repos/asf/uima-uimaj-io-jsoncas.git
commit 10b6ab368ef55e39a617aeb3015334b999508167 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Mon Feb 27 15:49:36 2023 +0100 No issue: Disable auto-staging. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d2ed34..40e0c34 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,5 +20,5 @@ defaultPipeline { // The Eclipse libraries that our plugins depend unfortunately on required Java 11 jdk = 'jdk_11_latest' - extraMavenArguments = '-Pjacoco,pmd,run-rat-report' + extraMavenArguments = '-Pjacoco,pmd,run-rat-report -Ddisable-rc-auto-staging' }
