test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 20:44:24 +07:00
parent cc884bcf64
commit 74b8e7a4c8

3
Jenkinsfile vendored
View file

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