Jenkinsfile edited online with Bitbucket

This commit is contained in:
Gustav Ek
2021-04-30 13:26:51 +02:00
parent ec4477e8e7
commit 92b0db5635

View File

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