Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 12:11:44 +01:00
parent c6da2ff707
commit 6bd0fa5026

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
} }
stage('Front-end') { stage('Front-end') {
agent { agent {
docker { image 'node:7-alpine' } docker { image 'node:10-alpine' }
} }
steps { steps {
echo 'Building FrontEnd...' echo 'Building FrontEnd...'