This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_755
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/kie-issues_755 by this push:
new 389587a5 Add CONTAINER_ENGINE env var
389587a5 is described below
commit 389587a5f9e45c27b5b3b1f2424734f0425b2540
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Dec 13 08:34:47 2023 -0300
Add CONTAINER_ENGINE env var
---
.ci/jenkins/Jenkinsfile.deploy | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 9a579a70..8ebfc3c9 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -23,6 +23,8 @@ pipeline {
PR_BRANCH_HASH = "${util.generateHash(10)}"
IMAGE_BUILD_PLATFORMS = 'linux/amd64,linux/arm64'
+
+ CONTAINER_ENGINE = 'docker'
}
stages {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]