Try second tag
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-23 14:08:44 -08:00
parent 8daa1f5525
commit afa26ab791

3
Jenkinsfile vendored
View File

@ -41,8 +41,7 @@ podTemplate(label: label, containers: [
--insecure \
--skip-tls-verify \
--cache=true \
--destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} \
--destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:latest"
--destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} --destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:latest"
}
}
}