This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit b8799bdf055bd189f35722b838774fb3b390aa0d 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]
