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

This commit is contained in:
Peter Bastiani 2020-08-11 18:38:15 +02:00
parent f4004cf2be
commit 3e1b892eef

View File

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