diff --git a/Jenkinsfile b/Jenkinsfile index f808e68..8faddc9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,8 @@ pipeline { agent any - + tools { + nodejs 'nodejs23' // 'NodeJS_18'는 Jenkins Global Tool Configuration에서 설정한 이름 + } environment { // Jenkins Credentials ID (SSH 접속용) JENKINS_SSH_CREDENTIAL_ID = 'frovide-ssh-credential-id' // Jenkins Credentials에 등록된 ID로 변경