fix: fixed agent docker installation
Some checks failed
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Some checks failed
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
This commit is contained in:
parent
21bcb7868f
commit
2629247930
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
Block a user