jobs/seed: set git credentials back to admin_credentials
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
2efd3fdfa0
commit
c0086b4210
|
|
@ -22,7 +22,7 @@ pipelineJob('nwl') {
|
|||
}
|
||||
}
|
||||
remote {
|
||||
credentials('nmgit_credentials')
|
||||
credentials('admin_credentials')
|
||||
url('ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git')
|
||||
}
|
||||
}
|
||||
|
|
@ -56,7 +56,7 @@ pipelineJob('nwl-target') {
|
|||
}
|
||||
}
|
||||
remote {
|
||||
credentials('nmgit_credentials')
|
||||
credentials('admin_credentials')
|
||||
url('ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue