diff --git a/Jenkinsfile b/Jenkinsfile index 27308dc..e5588db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,6 +9,7 @@ podTemplate(containers: [ node(POD_LABEL) { stage('Checkout') { sh ''' + ls -l /etc/ssl/certs wget https://git.thejimnicholson.com ''' checkout scm