update Jenkinsfile
This commit is contained in:
parent
e82ac3ae3d
commit
3f7e61d7dc
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,12 +4,14 @@ pipeline {
|
||||
image 'node:6-alpine'
|
||||
args '-p 3000:3000'
|
||||
}
|
||||
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'cd frontend; npm install; npm run build'
|
||||
sh 'npm install'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user