This is an automated email from the ASF dual-hosted git repository. rantunes pushed a commit to branch kie-issues_821 in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
commit ab85a676d185e959fca5fc46acdb063da5c78113 Author: Rodrigo Antunes <[email protected]> AuthorDate: Fri Jan 19 08:28:27 2024 -0300 Weekly job fixes --- .ci/jenkins/Jenkinsfile.weekly.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy b/.ci/jenkins/Jenkinsfile.weekly.deploy index 3a933c78c6..7a43f30f79 100644 --- a/.ci/jenkins/Jenkinsfile.weekly.deploy +++ b/.ci/jenkins/Jenkinsfile.weekly.deploy @@ -225,7 +225,7 @@ void runMavenLocalDeploy(boolean skipTests = true) { mvnCmd.withProperty('maven.test.failure.ignore', true) .withOptions(env.BUILD_MVN_OPTS_CURRENT ? [ env.BUILD_MVN_OPTS_CURRENT ] : []) .withOptions(env.KOGITO_RUNTIMES_BUILD_MVN_OPTS ? [ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS ] : []) - .skipTests(skipTests) + //.skipTests(skipTests) // Conflict somehow with Python testing. If `skipTests={anyvalue}` is set, then exec plugin is not executed ... .withSettingsXmlFile(MAVEN_SETTINGS_FILE) .run('clean deploy') } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
