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

* commit '5a49c3896163a691106846e7c8a0da301f2a404b':
  Jenkinsfile edited online with Bitbucket
This commit is contained in:
Gustav Ek
2021-04-30 14:48:51 +02:00

View File

@@ -85,8 +85,6 @@ pipeline {
) || true ) || true
''' '''
echo '### Dependencies installed! ###' echo '### Dependencies installed! ###'
sh '''ls -lrtas /usr/bin/oc'''
sh '''oc version'''
} }
} }