Where is trust?
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-09 22:38:33 -08:00
parent f20f3f181f
commit 6a9037a2cf

1
Jenkinsfile vendored
View File

@ -9,6 +9,7 @@ podTemplate(containers: [
node(POD_LABEL) { node(POD_LABEL) {
stage('Checkout') { stage('Checkout') {
sh ''' sh '''
ls -l /etc/ssl/certs
wget https://git.thejimnicholson.com wget https://git.thejimnicholson.com
''' '''
checkout scm checkout scm