diff --git a/Jenkinsfile b/Jenkinsfile index 93bef48..7ec319f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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