Merge pull request #9 in TEA/dafa-web-monorepo from ekegu/Jenkinsfile-1619782768433 to develop

* commit '649e2904327de1f2f05f086331fbb4c573dbf5c0':
  Jenkinsfile edited online with Bitbucket
This commit is contained in:
Gustav Ek
2021-04-30 13:39:37 +02:00

View File

@@ -85,7 +85,7 @@ pipeline {
) || true
'''
echo '### Dependencies installed! ###'
sh '''oc_bin=$(which oc) && ls -lrt $oc_bin'''
sh '''ls -lrtas /usr/bin/oc'''
sh '''oc version'''
}
}