Remove NodeJS reference for Windows Minikube pipeline

This commit is contained in:
VIPIN 2025-09-09 22:29:18 +05:30
parent 8003e8992e
commit ecd840b0c8

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
tools {
nodejs 'Node' // Ensure NodeJS installation in Jenkins Global Tool Config is named "Node"
}
environment {