Update Jenkinsfile

This commit is contained in:
2025-07-07 15:06:28 +00:00
parent 777d37f8b4
commit 7c1262e4dc
Vendored
+5 -1
View File
@@ -1,5 +1,9 @@
pipeline {
agent any
agent {
docker {
image 'node:20' // ✅ Node.js 20 with npm included
}
}
environment {
IMAGE = "pedw-app"