Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 12:33:17 +01:00
parent 0ee0f95175
commit 20a6d50934

3
Jenkinsfile vendored
View File

@ -35,12 +35,11 @@ pipeline {
}
stage('Front-end') {
agent {
docker { image 'node:10-alpine' }
docker { image 'timbru31/node-alpine-git' }
}
steps {
echo 'Building FrontEnd...'
sh '''
apt-get install git
git clone https://git.wmi.amu.edu.pl/s416178/Punktonerzy.git
cd Punktonerzy
cd FrontEnd