From 0ef4fb671c1e93dbaf1585acf04967d4a69d773f Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Wed, 25 Jan 2023 16:42:35 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c223460..527f988 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { steps{ sh label: '', script: '''npm install --production npm install react-scripts -g --silent -npm run build''' +CI=false npm run build''' } } stage("Building Frontend Image"){ @@ -54,4 +54,4 @@ docker tag novisync-web-react-front-prod:v1 docker-registry-server:5000/novisync def getDockerTag(){ def tag = sh script: ' git rev-parse HEAD', returnStdout: true return tag -} \ No newline at end of file +} -- GitLab