This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/radtriste-fix-pipelines by 
this push:
     new 59142b90 tweak pipeline config
59142b90 is described below

commit 59142b9002ad66b4cfcb16cf01d2f1623c42095e
Author: jstastny-cz <[email protected]>
AuthorDate: Wed Nov 15 13:40:30 2023 +0100

    tweak pipeline config
---
 .ci/jenkins/Jenkinsfile.build-image | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.build-image 
b/.ci/jenkins/Jenkinsfile.build-image
index aa8202d6..2051bdab 100644
--- a/.ci/jenkins/Jenkinsfile.build-image
+++ b/.ci/jenkins/Jenkinsfile.build-image
@@ -7,6 +7,7 @@ pipeline {
         docker { 
             image env.AGENT_DOCKER_BUILDER_IMAGE
             args env.AGENT_DOCKER_BUILDER_ARGS
+            alwaysPull true
         }
     }
     options {
@@ -187,7 +188,7 @@ pipeline {
                         unstable "Testing error(s) for image 
${getBuildImageName()}"
                     } finally {
                         junit testResults: 'target/**/*.xml', 
allowEmptyResults: true
-                        archiveArtifacts artifacts: 'target/**/*.xml', 
allowEmptyArchive: true
+                        archiveArtifacts artifacts: 'target/**/*.xml, 
**/*-build.log', allowEmptyArchive: true
                     }
                 }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to