Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
alwaysPull true
|
alwaysPull true
|
||||||
image 'alpine:3.14'
|
image 'docker.io/alpine:3.14'
|
||||||
label 'Wrangler1'
|
label 'Wrangler1'
|
||||||
args '-u root'
|
args '-u root'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user