Fixed agent file

This commit is contained in:
Tom Butcher 2025-06-01 20:49:57 +01:00
parent 90d031c5fe
commit 4b8f899629

7
Jenkinsfile vendored
View File

@ -1,10 +1,5 @@
pipeline { pipeline {
agent { agent any
docker {
image 'node:20-alpine'
args '-v /var/run/docker.sock:/var/run/docker.sock'
}
}
environment { environment {
NODE_ENV = 'production' NODE_ENV = 'production'