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:43:44 +03:00
parent 174ab18528
commit 0f38e55456
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -17,6 +17,8 @@ pipeline {
stages {
stage('prepare') {
steps {
sh '$echo ${PATH}'
sh "which docker"
sh """
apk update && \
apk add --no-cache git