Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bürokratt
Developments
Java Commons
Commits
e1c131b9
Commit
e1c131b9
authored
Sep 22, 2021
by
Joonas Roosalu
Browse files
feature: BYK-494 Update Nexus credential
parent
227c3556
Pipeline
#3344
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
e1c131b9
...
...
@@ -33,7 +33,7 @@ pipeline {
steps
{
withCredentials
([
usernamePassword
(
credentialsId:
'nexus-user'
,
credentialsId:
'nexus-user
-stable
'
,
usernameVariable:
'USERNAME'
,
passwordVariable:
'PASSWORD'
)])
{
withMaven
()
{
...
...
@@ -59,7 +59,7 @@ pipeline {
steps
{
withCredentials
([
usernamePassword
(
credentialsId:
'nexus-user'
,
credentialsId:
'nexus-user
-stable
'
,
usernameVariable:
'USERNAME'
,
passwordVariable:
'PASSWORD'
)])
{
withMaven
()
{
...
...
Write
Preview
Supports
Markdown
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