Commit 0ef4fb67 authored by Administrator's avatar Administrator
Browse files

Update Jenkinsfile

parent c928eda9
Showing with 2 additions and 2 deletions
+2 -2
...@@ -24,7 +24,7 @@ pipeline { ...@@ -24,7 +24,7 @@ pipeline {
steps{ steps{
sh label: '', script: '''npm install --production sh label: '', script: '''npm install --production
npm install react-scripts -g --silent npm install react-scripts -g --silent
npm run build''' CI=false npm run build'''
} }
} }
stage("Building Frontend Image"){ stage("Building Frontend Image"){
...@@ -54,4 +54,4 @@ docker tag novisync-web-react-front-prod:v1 docker-registry-server:5000/novisync ...@@ -54,4 +54,4 @@ docker tag novisync-web-react-front-prod:v1 docker-registry-server:5000/novisync
def getDockerTag(){ def getDockerTag(){
def tag = sh script: ' git rev-parse HEAD', returnStdout: true def tag = sh script: ' git rev-parse HEAD', returnStdout: true
return tag return tag
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment