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 1677dd64 Force bash shell usage on sh step
1677dd64 is described below
commit 1677dd64107b84ef4ed996228b9042e1210383ef
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Dec 13 16:17:21 2023 -0300
Force bash shell usage on sh step
---
.ci/jenkins/Jenkinsfile.e2e.cluster | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.e2e.cluster
b/.ci/jenkins/Jenkinsfile.e2e.cluster
index 3b90cab2..c4afe13c 100644
--- a/.ci/jenkins/Jenkinsfile.e2e.cluster
+++ b/.ci/jenkins/Jenkinsfile.e2e.cluster
@@ -77,7 +77,7 @@ pipeline {
script {
executeInCluster {
try {
- sh """
+ sh """#!/bin/bash -l
export CLUSTER_PLATFORM=${getClusterName()}
export OPERATOR_IMAGE_NAME=${getTestImage()}
make test-e2e
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]