Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 14:09:40 +01:00
parent 73e053d851
commit d72939d563

2
Jenkinsfile vendored
View File

@ -43,6 +43,8 @@ pipeline {
steps { steps {
echo 'Building FrontEnd...' echo 'Building FrontEnd...'
sh ''' sh '''
ls -la
rm .angular-cli.json
[ ! -d "Punktonerzy" ] && git clone https://git.wmi.amu.edu.pl/s416178/Punktonerzy.git [ ! -d "Punktonerzy" ] && git clone https://git.wmi.amu.edu.pl/s416178/Punktonerzy.git
cd Punktonerzy cd Punktonerzy
git pull git pull