nodejs23
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c9dccc8c6f
commit
2d2a10dc43
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,6 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
nodejs 'nodejs23' // 'NodeJS_18'는 Jenkins Global Tool Configuration에서 설정한 이름
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
// Jenkins Credentials ID (SSH 접속용)
|
// Jenkins Credentials ID (SSH 접속용)
|
||||||
JENKINS_SSH_CREDENTIAL_ID = 'frovide-ssh-credential-id' // Jenkins Credentials에 등록된 ID로 변경
|
JENKINS_SSH_CREDENTIAL_ID = 'frovide-ssh-credential-id' // Jenkins Credentials에 등록된 ID로 변경
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user