This commit is contained in:
parent
1bc0de39ce
commit
045b1a36d0
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,11 +1,16 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
DOCKER_CONTAINER_NAME = 'stein-node'
|
DOCKER_CONTAINER_NAME = 'stein-node'
|
||||||
APP_VOLUME_FRONT = '/home/node/front' // 컨테이너 내부 경로
|
APP_VOLUME_FRONT = '/home/node/front' // 컨테이너 내부 경로
|
||||||
|
NODEJS_VERSION = 'JenStein' // 위에서 설정한 NodeJS 설치 이름
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tools {
|
||||||
|
nodejs "${NODEJS_VERSION}"
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Clone Repository') {
|
stage('Clone Repository') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user