Update Jenkinsfile
This commit is contained in:
parent
ce68767640
commit
a649fa87a4
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'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user