fix: fixed agent docker installation
Some checks failed
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Some checks failed
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
This commit is contained in:
parent
174ab18528
commit
0f38e55456
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -17,6 +17,8 @@ pipeline {
|
||||
stages {
|
||||
stage('prepare') {
|
||||
steps {
|
||||
sh '$echo ${PATH}'
|
||||
sh "which docker"
|
||||
sh """
|
||||
apk update && \
|
||||
apk add --no-cache git
|
||||
|
Loading…
Reference in New Issue
Block a user