Merge branch 'develop' of git.tunpok.com:ching/dsite into develop
This commit is contained in:
commit
3e206522e8
26
Jenkinsfile
vendored
26
Jenkinsfile
vendored
@ -1,15 +1,17 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'node:6-alpine'
|
||||
args '-p 3000:3000'
|
||||
}
|
||||
agent {
|
||||
docker {
|
||||
image 'node:6-alpine'
|
||||
args '-p 4000:4000'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'cd frontend; npm install; npm run build'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'npm install'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user