Revert "jobs/seed: set git credentials back to admin_credentials"

This reverts commit c0086b4210.

There was a path mismatch for the ssh key. Thus this commit can be
reverted.
This commit is contained in:
Marc Mattmüller 2023-08-28 17:31:55 +02:00
parent c0086b4210
commit fede53b9f5
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ pipelineJob('nwl') {
}
}
remote {
credentials('admin_credentials')
credentials('nmgit_credentials')
url('ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git')
}
}
@ -56,7 +56,7 @@ pipelineJob('nwl-target') {
}
}
remote {
credentials('admin_credentials')
credentials('nmgit_credentials')
url('ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git')
}
}