diff --git a/.jenkins/test-declarative.groovy b/.jenkins/test-declarative.groovy index b1aaf3f..f9290eb 100644 --- a/.jenkins/test-declarative.groovy +++ b/.jenkins/test-declarative.groovy @@ -7,7 +7,7 @@ pipeline { stages { stage('checkout') { steps { - git branch: '${ghprbSourceBranch}', credentialsId: 'jenkins-cicd-runner-demo', url: 'git@github.com:SimpleDataLabsInc/HelloCICD.git' + git branch: '${ghprbSourceBranch}', credentialsId: 'jenkins-cicd-runner-demo', url: 'git@github.com:prophecy-samples/external-cicd-template.git' sh "apt-get install -y python3-venv" } }