This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch kie-issues_752
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_752 by this push:
new 711040e7 fix build pipeline #2
711040e7 is described below
commit 711040e7286dd3ad51c7db18ecc9cc24e16aa975
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Dec 11 10:36:07 2023 +0100
fix build pipeline #2
---
.ci/jenkins/Jenkinsfile.build-kogito-ci-image | 1 +
1 file changed, 1 insertion(+)
diff --git a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
index a3c536d3..a28714e0 100644
--- a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
+++ b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
@@ -62,6 +62,7 @@ pipeline {
docker {
image env.IMAGE_NAME_TAG
args '--privileged --group-add docker'
+ reuseNode true
}
}
steps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]