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') {
|
||||
stage('Image') {
|
||||
ansiColor('xterm') {
|
||||
sh "
|
||||
/kaniko/executor \
|
||||
sh "/kaniko/executor \
|
||||
-f `pwd`/Dockerfile \
|
||||
-c `pwd` \
|
||||
--insecure \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user