Change docker container for build
This commit is contained in:
parent
0ddc50e153
commit
f47280d432
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image "ianwalter/pnpm"
|
||||
image "gplane/pnpm"
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user