This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch kie-issues_747
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_747 by this push:
new 87cd1a63 invoke wait-for-docker.sh explicitly
87cd1a63 is described below
commit 87cd1a63fa64f50428fbf66ff9c49cd9016fdfd0
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Dec 7 08:09:43 2023 +0100
invoke wait-for-docker.sh explicitly
---
.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 c86ec42a..eef15436 100644
--- a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
+++ b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
@@ -65,6 +65,7 @@ pipeline {
}
}
steps {
+ sh 'wait-for-docker.sh'
echo 'Debug basics'
sh '''
locale
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]