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
uphrh-Registration-Core
Commits
1f2549f9
Commit
1f2549f9
authored
3 years ago
by
Tejash
Browse files
Options
Download
Patches
Plain Diff
updated docker hub url
parent
d4384419
main
attestation
consent-api
create_attach_entity_role_to_user
doc
immunization
internal-entity
json-template-type-conv
keycloak-updates
open-saber-rc-2
pr-external-context
pr-template-url
spring-bean-issues
sunbirdrc.dev
test-fix
uat-deploy
upsmfac-main
v0.0.12
v0.0.13
v0.0.12
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
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
+
2
−
2
View file @
1f2549f9
...
...
@@ -32,11 +32,11 @@ node {
stage
(
'Push image'
)
{
docker
.
withRegistry
(
'https://
registry.hub
.docker.
com
'
,
'dockerhub'
)
{
docker
.
withRegistry
(
'https://
index
.docker.
io/v2/
'
,
'dockerhub'
)
{
app
.
push
(
"${env.BUILD_NUMBER}"
)
app
.
push
(
"latest"
)
}
docker
.
withRegistry
(
'https://
registry.hub
.docker.
com
'
,
'dockerhub'
)
{
docker
.
withRegistry
(
'https://
index
.docker.
io/v2/
'
,
'dockerhub'
)
{
claimApp
.
push
(
"${env.BUILD_NUMBER}"
)
claimApp
.
push
(
"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