Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 12:40:32 +01:00
parent 00411499ea
commit 996579f67e

1
Jenkinsfile vendored
View File

@ -40,6 +40,7 @@ pipeline {
steps { steps {
echo 'Building FrontEnd...' echo 'Building FrontEnd...'
sh ''' sh '''
sudo chown -R 1003:100 "/.npm"
cd Punktonerzy cd Punktonerzy
git pull git pull
cd FrontEnd cd FrontEnd