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:46:04 +03:00
parent b7250e249b
commit 9d18d3e89f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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