test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 20:43:42 +07:00
parent 865decd7cb
commit cc884bcf64

5
Jenkinsfile vendored
View file

@ -8,8 +8,8 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'npm install' // sh 'npm install'
sh 'npm run build' // sh 'npm run build'
} }
} }
@ -20,6 +20,7 @@ pipeline {
steps{ steps{
echo "====== its a dev!!! ======" echo "====== its a dev!!! ======"
sh 'pwd'
} }
} }