Jenkinsfile edited online with Bitbucket

This commit is contained in:
Gustav Ek
2021-04-30 12:08:45 +02:00
parent 4e5d00bea7
commit e96c9ce1a7

View File

@@ -105,6 +105,9 @@ pipeline {
echo '### Application built! ###' echo '### Application built! ###'
sh '''ls -lrt /tmp/workspace/dafa-cicd/dafa-cicd-dafa-frontend''' sh '''ls -lrt /tmp/workspace/dafa-cicd/dafa-cicd-dafa-frontend'''
sh '''echo $PATH'''
sh '''oc version'''
sh '''which oc'''
} }
} }
stage('App bake') { stage('App bake') {