Cleanup
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter Bastiani 2020-08-11 19:03:05 +02:00
parent e563011099
commit 131e0eb371

View File

@ -7,7 +7,8 @@ pipeline {
stages { stages {
stage('npm install'){ stage('npm install'){
steps { steps {
sh '''npm install sh '''rm -rf node_modules/
npm install
cd projects/common cd projects/common
npm install npm install
cd ../common-map cd ../common-map