Fix typo
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7dffa57882
commit
a5a8a8cf4b
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -35,8 +35,7 @@ podTemplate(label: label, containers: [
|
|||||||
container('kaniko') {
|
container('kaniko') {
|
||||||
stage('Image') {
|
stage('Image') {
|
||||||
ansiColor('xterm') {
|
ansiColor('xterm') {
|
||||||
sh "
|
sh "/kaniko/executor \
|
||||||
/kaniko/executor \
|
|
||||||
-f `pwd`/Dockerfile \
|
-f `pwd`/Dockerfile \
|
||||||
-c `pwd` \
|
-c `pwd` \
|
||||||
--insecure \
|
--insecure \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user