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:45:06 +03:00
parent 0f38e55456
commit b7250e249b
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
stage('prepare') { stage('prepare') {
steps { steps {
sh '$echo ${PATH}' sh '$echo ${PATH}'
sh 'ls -la /usr/bin | grep docker'
sh "which docker" sh "which docker"
sh """ sh """
apk update && \ apk update && \