Fix build?
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit Details

2022.01
Peter Bastiani 2020-08-11 18:38:15 +02:00
parent f4004cf2be
commit 3e1b892eef
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 '''npm cache verify
npm install
cd projects/common
npm install
cd ../common-map