This commit is contained in:
parent
1bc0de39ce
commit
045b1a36d0
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user