fix 환경변변수
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit

This commit is contained in:
Insub Kim 2025-06-05 07:34:11 +00:00
parent 2d2a10dc43
commit f33a8c8bfe

1
Jenkinsfile vendored
View File

@ -44,6 +44,7 @@ pipeline {
steps { steps {
// nvm 활성화를 위해 . (점) 명령을 사용 // nvm 활성화를 위해 . (점) 명령을 사용
sh ''' sh '''
echo "DATABASE_URL: $DATABASE_URL" // Global Env에 설정된 API_URL이 자동으로 사용됩니다.
npm install npm install
npm run build npm run build
''' '''