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