diff --git a/Jenkinsfile b/Jenkinsfile index 12e0934..f6ff6f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ node("docker-node") { docker.withRegistry('https://harbor.ervine.dev', 'jenkins-to-harbor') { - git branch: "master", url: "ssh://git@git.ervine.org:2222/jonny/x86_64-alpine-radarr", credentialsId: 'jenkins-to-git' + git branch: "master", url: "ssh://git@git.ervine.org/jonny/x86_64-alpine-radarr", credentialsId: 'jenkins-to-git' sh "git rev-parse HEAD > .git/commit-id" def commit_id = readFile('.git/commit-id').trim()