Skip to content

Commit a62e6ae

Browse files
author
Sean Sundberg
committed
Write out health check commands
1 parent 07ca400 commit a62e6ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ spec:
327327
}
328328
stage('Health Check') {
329329
sh '''#!/bin/bash
330+
set +x
330331
. ./env-config
331332
332333
if [[ "${CLUSTER_TYPE}" == "openshift" ]]; then

0 commit comments

Comments
 (0)