Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Fix credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
amues committed Mar 23, 2023
1 parent 5a4f6ef commit 0cdd46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ builders = pipeline_builder.createBuilders { container ->
// Push any changes resulting from formatting
withCredentials([
gitUsernamePassword(
credentialsId: 'dmsc-gitlab-username-with-token',
credentialsId: 'cow-bot-username-with-token',
gitToolName: 'Default'
)
]) {
Expand Down

0 comments on commit 0cdd46d

Please sign in to comment.