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 3a14644f Force bash shell usage on sh step
3a14644f is described below
commit 3a14644f014257130d489e256c30e01430ff07ee
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Dec 13 16:53:40 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 c4afe13c..3b90cab2 100644
--- a/.ci/jenkins/Jenkinsfile.e2e.cluster
+++ b/.ci/jenkins/Jenkinsfile.e2e.cluster
@@ -77,7 +77,7 @@ pipeline {
script {
executeInCluster {
try {
- sh """#!/bin/bash -l
+ sh """
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]