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:48:08 +03:00
parent 9d18d3e89f
commit 5bbe07ffb0
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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