diff --git a/Jenkinsfile b/Jenkinsfile index 57a0d9c..27308dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,9 @@ podTemplate(containers: [ ]) { node(POD_LABEL) { stage('Checkout') { + sh ''' + wget https://git.thejimnicholson.com + ''' checkout scm container('maven') { stage('Build') {