Skip to content

Commit

Permalink
chore: ci: use proper zapp library gh remote (#247)
Browse files Browse the repository at this point in the history
M0Rf30 authored May 16, 2023
1 parent 697e1e0 commit 137eedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ library(
identifier: 'zapp-jenkins-lib@github-pipeline-v4',
retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'git@bitbucket.org:zextras/zapp-jenkins-lib.git',
credentialsId: 'tarsier_bot-ssh-key'
remote: 'git@github.com:zextras/jenkins-zapp-lib.git',
credentialsId: 'jenkins-integration-with-github-account'
])
)

0 comments on commit 137eedd

Please sign in to comment.