Update Jenkinsfile
This commit is contained in:
Vendored
+5
-1
@@ -1,5 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'node:20' // ✅ Node.js 20 with npm included
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
IMAGE = "pedw-app"
|
IMAGE = "pedw-app"
|
||||||
|
|||||||
Reference in New Issue
Block a user