Skip to content

Commit

Permalink
tweak pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Nov 15, 2023
1 parent 9fd1ee6 commit 59142b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/jenkins/Jenkinsfile.build-image
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pipeline {
docker {
image env.AGENT_DOCKER_BUILDER_IMAGE
args env.AGENT_DOCKER_BUILDER_ARGS
alwaysPull true
}
}
options {
Expand Down Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 59142b9

Please sign in to comment.