This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch ubuntu-dind-image
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/ubuntu-dind-image by this push:
new 6eb6e711 fix test
6eb6e711 is described below
commit 6eb6e7116520ba8213788c2bbb85dcda1f1b1b8c
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Nov 13 12:44:51 2023 +0100
fix test
---
.ci/jenkins/Jenkinsfile.build-kogito-ci-image | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
index 0b83fadf..c6848456 100644
--- a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
+++ b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
@@ -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'
}
}
steps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]