Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
user-service
Commits
046cd6dc
Unverified
Commit
046cd6dc
authored
2 years ago
by
Abhishek Mishra
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #59 from tushar5526/patch-2
Update Jenkinsfile
parents
0d11d32f
42725a17
master
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/Jenkinsfile
+1
-1
build/Jenkinsfile
with
1 addition
and
1 deletion
+1
-1
build/Jenkinsfile
+
1
−
1
View file @
046cd6dc
...
...
@@ -21,7 +21,7 @@ node() {
'''
if
(
env
.
BRANCH_NAME
==
'main'
||
env
.
BRANCH_NAME
==
'master'
)
{
sh
'''
docker build -f build/Dockerfile -t $docker_server/$docker_repo:
$commit_id
.
docker build -f build/Dockerfile -t $docker_server/$docker_repo:
latest
.
'''
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets