diff --git a/jobs/Jenkinsfile_Seed b/jobs/Jenkinsfile_Seed index cee536c..45ec4e4 100644 --- a/jobs/Jenkinsfile_Seed +++ b/jobs/Jenkinsfile_Seed @@ -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') } }