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

* commit '92b0db5635cbd1e5af6e189be8b674ad81df16fd':
  Jenkinsfile edited online with Bitbucket
This commit is contained in:
Gustav Ek
2021-04-30 13:26:56 +02:00

View File

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