Fix Jenkinsfile Node version
This commit is contained in:
parent
86a891ad39
commit
4d4e33284b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools { nodejs 'Node18' }
|
tools { nodejs 'Node' }
|
||||||
environment {
|
environment {
|
||||||
WEB_IP = '13.49.223.142' // your EC2 web server IP
|
WEB_IP = '13.49.223.142' // your EC2 web server IP
|
||||||
SSH_CRED = 'deploy-ec2-key' // Jenkins credential ID for SSH key
|
SSH_CRED = 'deploy-ec2-key' // Jenkins credential ID for SSH key
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user