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
9d18d3e89f
commit
5bbe07ffb0
|
@ -17,8 +17,8 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('prepare') {
|
stage('prepare') {
|
||||||
steps {
|
steps {
|
||||||
sh '$echo ${PATH}'
|
sh 'echo ${PATH}'
|
||||||
sh 'ls -la /usr/bin'
|
sh 'ls -la /usr/bin | grep docker'
|
||||||
sh "which docker"
|
sh "which docker"
|
||||||
sh """
|
sh """
|
||||||
apk update && \
|
apk update && \
|
||||||
|
|
Loading…
Reference in New Issue