Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 12:51:27 +01:00
parent 79bf1a5398
commit b3e040db52

2
Jenkinsfile vendored
View File

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