test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:15:42 +07:00
parent 4d828baf5c
commit bb5310107b

4
Jenkinsfile vendored
View file

@ -32,13 +32,17 @@ pipeline {
} }
stage('Copy ENV files') { stage('Copy ENV files') {
steps {
sh "cp -a ${ENV} ./" sh "cp -a ${ENV} ./"
} }
}
stage('Build') { stage('Build') {
steps {
sh 'npm install' sh 'npm install'
sh 'npm run build' sh 'npm run build'
} }
}
stage('Deploy: dev') { stage('Deploy: dev') {
when { when {