1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed jenkins

This commit is contained in:
muerwre 2020-04-11 11:19:32 +07:00
parent ad316db343
commit 27fad84f9e

7
Jenkinsfile vendored
View file

@ -35,13 +35,6 @@ pipeline {
} }
} }
stage('LS') {
steps {
sh "ls -a ./"
sh "ls -a ${ENV}"
}
}
stage('Build') { stage('Build') {
steps { steps {
sh 'npm install' sh 'npm install'