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


The following commit(s) were added to refs/heads/kie-issues_821 by this push:
     new 56bf485a4f Weekly job fixes
56bf485a4f is described below

commit 56bf485a4f61e9c278c5d49bbbc506cb2d2d0957
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]

Reply via email to