Update Jenkinsfile

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

4
Jenkinsfile vendored
View File

@ -43,8 +43,8 @@ pipeline {
steps { steps {
echo 'Building FrontEnd...' echo 'Building FrontEnd...'
sh ''' sh '''
ls -la ls -la $HOME
rm .angular-cli.json 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