Change docker container for build

master
Araozu 2024-05-08 08:51:16 -05:00
parent 0ddc50e153
commit f47280d432
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stage('Build') {
agent {
docker {
image "ianwalter/pnpm"
image "gplane/pnpm"
reuseNode true
}
}