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

Update Jenkinsfile

parent c928eda9
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
}
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