This is an automated email from the ASF dual-hosted git repository. eduardocerqueira pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
commit fd0a7583cc508355b37d7a0df6a478dc37f8829c Author: Eduardo Cerqueira <[email protected]> AuthorDate: Thu May 15 15:22:24 2025 -0400 Jenkins Pipelines - removed Dstyle.color from MAVEN_ARGS --- .ci/jenkins/release-jobs/Jenkinsfile.cors-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy b/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy index c9ef8b62f20..804eed93579 100644 --- a/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy +++ b/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy @@ -55,7 +55,7 @@ pipeline { PNPM_FILTER_STRING = '-F @kie-tools/cors-proxy-image...' - MAVEN_ARGS = "-Dmaven.repo.local=${WORKSPACE}/.maven -Dstyle.color=never" + MAVEN_ARGS = "-Dmaven.repo.local=${WORKSPACE}/.maven" } stages { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
