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