Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
synergy
o3skim
Commits
25abf02d
Commit
25abf02d
authored
Aug 18, 2020
by
BorjaEst
Browse files
Edit default docker tag to python
parent
2fee169b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
25abf02d
...
...
@@ -20,7 +20,7 @@ pipeline {
stage
(
'Docker-hub upload'
)
{
steps
{
echo
'====================uploading docker-hub=============================='
script
{
docker
.
withRegistry
(
''
,
registryCredential
)
{
customImage
.
push
()
}
}
script
{
docker
.
withRegistry
(
''
,
registryCredential
)
{
customImage
.
push
(
'python'
)
}
}
}
}
}
...
...
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