Fix Jenkinsfile Node version

This commit is contained in:
VIPIN 2025-08-28 15:31:47 +05:30
parent 86a891ad39
commit 4d4e33284b

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent any
tools { nodejs 'Node18' }
tools { nodejs 'Node' }
environment {
WEB_IP = '13.49.223.142' // your EC2 web server IP
SSH_CRED = 'deploy-ec2-key' // Jenkins credential ID for SSH key