diff --git a/Jenkinsfile b/Jenkinsfile index 80a60f80c9..9219025542 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -128,6 +128,7 @@ pipeline { } stage('Front') { steps { + sh 'gulp build' dockerBuildPush 'front', 'front' } }