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
9d18d3e89f
commit
5bbe07ffb0
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user