diff --git a/openshift/dev/Jenkinsfile b/openshift/dev/Jenkinsfile index a5185e5..41881ab 100644 --- a/openshift/dev/Jenkinsfile +++ b/openshift/dev/Jenkinsfile @@ -105,6 +105,9 @@ pipeline { echo '### Application built! ###' sh '''ls -lrt /tmp/workspace/dafa-cicd/dafa-cicd-dafa-frontend''' + sh '''echo $PATH''' + sh '''oc version''' + sh '''which oc''' } } stage('App bake') {