Maybe colorize output
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good
This commit is contained in:
parent
6adddc6d6c
commit
d5f46a5d0c
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -29,11 +29,11 @@ podTemplate(label: label, containers: [
|
|||||||
}
|
}
|
||||||
container('kaniko') {
|
container('kaniko') {
|
||||||
stage('Image') {
|
stage('Image') {
|
||||||
sh '''
|
ansiColor('xterm') {
|
||||||
pwd
|
sh '''
|
||||||
ls
|
|
||||||
/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination=docker.home.thejimnicholson.com/servicedemo/test:latest
|
/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination=docker.home.thejimnicholson.com/servicedemo/test:latest
|
||||||
'''
|
'''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user