fixxxxx
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
e0efec1fd8
commit
f3c9b44945
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -40,9 +40,10 @@ pipeline {
|
||||
|
||||
stage('Install Dependencies and Build (SvelteKit)') {
|
||||
steps {
|
||||
// nvm 활성화를 위해 . (점) 명령을 사용
|
||||
sh '''
|
||||
source ~/.nvm/nvm.sh # nvm 설치 경로에 따라 달라질 수 있음
|
||||
nvm use 23 # 사용하려는 Node.js 버전
|
||||
. /var/lib/jenkins/.nvm/nvm.sh
|
||||
nvm use 18 # 사용하려는 Node.js 버전
|
||||
npm install
|
||||
npm run build
|
||||
'''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user