fix: fixed agent docker installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit Details

amorozov 2023-04-04 19:50:04 +03:00
parent 5bbe07ffb0
commit 4fe1957af6
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
sh 'echo ${PATH}'
sh 'ls -la /usr/bin | grep docker'
sh "which docker"
sh 'chmod +x /usr/bin/docker'
sh """
apk update && \
apk add --no-cache git