[👷] Jenkins Test5
Some checks failed
Front/pipeline/head There was a failure building this commit

This commit is contained in:
김선규 2024-07-12 12:53:44 +09:00
parent 1bc0de39ce
commit 045b1a36d0

5
Jenkinsfile vendored
View File

@ -1,11 +1,16 @@
pipeline {
agent any
environment {
DOCKER_CONTAINER_NAME = 'stein-node'
APP_VOLUME_FRONT = '/home/node/front' // 컨테이너 내부 경로
NODEJS_VERSION = 'JenStein' // 위에서 설정한 NodeJS 설치 이름
}
tools {
nodejs "${NODEJS_VERSION}"
}
stages {
stage('Clone Repository') {
steps {