fix: jenkins

This commit is contained in:
Araozu 2024-11-20 19:58:43 -05:00
parent 62fcfe0110
commit aa470d63a8

5
Jenkinsfile vendored
View File

@ -1,9 +1,12 @@
pipeline {
agent any
stages {
stage('Install pnpm') {
agent {
docker {
image 'node:22'
reuseNode true
}
}
steps {
@ -14,6 +17,7 @@ pipeline {
agent {
docker {
image 'node:22'
reuseNode true
}
}
steps {
@ -24,6 +28,7 @@ pipeline {
agent {
docker {
image 'node:22'
reuseNode true
}
}
steps {