Jenkinsfile edited online with Bitbucket

This commit is contained in:
Gustav Ek
2021-04-30 13:39:31 +02:00
parent bd4c873f6c
commit 649e290432

View File

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