diff --git a/Jenkinsfile b/Jenkinsfile index b723f7d..9cd63bf 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { } steps { git branch: 'master', - credentialsId: 'jenkins', + credentialsId: 'Git', url: 'git@git.jakecharman.co.uk:jake/jc-ng.git' sh "./build.sh registry.jakecharman.co.uk/jakecharman.co.uk $BUILD_NUMBER" @@ -82,7 +82,7 @@ pipeline { steps { node('web-staging') { git branch: 'master', - credentialsId: 'jenkins', + credentialsId: 'Git', url: 'git@git.jakecharman.co.uk:jake/jc-content.git' sh "rsync -rv --delete ./ /opt/containers/jc/projects/" } @@ -123,7 +123,7 @@ pipeline { steps { node('web-server') { git branch: 'master', - credentialsId: 'jenkins', + credentialsId: 'Git', url: 'git@git.jakecharman.co.uk:jake/jc-content.git' sh "rsync -rv --delete ./ /opt/containers/jc/projects/" }