diff --git a/Jenkinsfile b/Jenkinsfile index 133d6ff..e437bda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,11 +35,12 @@ pipeline { } stage('Front-end') { agent { - docker { image 'node:13' } + docker { image 'node:10' } } steps { echo 'Building FrontEnd...' sh ''' + sudo chown -R 1003:100 "/.npm" [ ! -d "Punktonerzy" ] && git clone https://git.wmi.amu.edu.pl/s416178/Punktonerzy.git cd Punktonerzy git pull