Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Narendra
novi-web-react
Commits
0ef4fb67
Commit
0ef4fb67
authored
2 years ago
by
Administrator
Browse files
Options
Download
Email Patches
Plain Diff
Update Jenkinsfile
parent
c928eda9
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+2
-2
Jenkinsfile
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
View file @
0ef4fb67
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help