test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:29:15 +07:00
parent 40c4e433bc
commit ef7dd1de24
3 changed files with 1304 additions and 90 deletions

12
Jenkinsfile vendored
View file

@ -31,6 +31,12 @@ pipeline {
}
}
stage('Copy ENV files') {
steps {
sh "cp -a ${ENV}/. ./"
}
}
stage('LS') {
steps {
sh "ls -a ./"
@ -39,12 +45,6 @@ pipeline {
}
}
stage('Copy ENV files') {
steps {
sh "cp -a ${ENV}/. ./"
}
}
stage('Build') {
steps {
sh 'npm install'