fix: fixed agent docker installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
parent
21bcb7868f
commit
2629247930
|
@ -33,7 +33,8 @@ pipeline {
|
|||
}
|
||||
stage('build_docker') {
|
||||
steps {
|
||||
sh "docker build . --tag ${resolveImageName(env)}"
|
||||
sh "which docker"
|
||||
sh "/usr/bin/docker build . --tag ${resolveImageName(env)}"
|
||||
}
|
||||
}
|
||||
stage('push_docker') {
|
||||
|
|
Loading…
Reference in New Issue