This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch kie-issues_710
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_710 by this push:
new 541755d0 adjust kogito-ci-build build pipeline
541755d0 is described below
commit 541755d09fc0b77e1e1aae7221749173ad4507a6
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Nov 23 08:03:22 2023 +0100
adjust kogito-ci-build build pipeline
---
.ci/jenkins/Jenkinsfile.build-kogito-ci-image | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
index 3f5b9480..b010b515 100644
--- a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
+++ b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
@@ -35,7 +35,7 @@ pipeline {
checkout scm
sh """
- docker build --build-arg SDKMAN_JAVA=11.0.20-tem
-t ${env.IMAGE_NAME_TAG} -f apache-nodes/Dockerfile.kogito-ci-build .
+ docker build --build-arg SDKMAN_JAVA=11.0.20-tem
-t ${env.IMAGE_NAME_TAG} -f apache-nodes/Dockerfile.kogito-ci-build
./apache-nodes
docker tag ${env.IMAGE_NAME_TAG}
${env.IMAGE_NAME}:${GIT_COMMIT}
docker tag ${env.IMAGE_NAME_TAG}
${env.IMAGE_NAME}:${BRANCH_NAME}-latest
"""
@@ -61,7 +61,7 @@ pipeline {
agent {
docker {
image env.IMAGE_NAME_TAG
- args '-v /var/run/docker.sock:/var/run/docker.sock
--group-add docker --group-add input --group-add render'
+ args '--privileged --group-add docker'
}
}
steps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]