Cleanup
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Peter Bastiani 2020-08-11 19:03:05 +02:00
parent e563011099
commit 131e0eb371
1 changed files with 2 additions and 1 deletions

View File

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