From dab7b3acb3a8e0d87c2f5546c6c926f28da27972 Mon Sep 17 00:00:00 2001 From: kvetter-materna <66956029+kvetter-materna@users.noreply.github.com> Date: Thu, 17 Jun 2021 14:26:44 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dfa7746..19c9d23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Checkout Source') { steps { - git 'https://github.com/justmeandopensource/playjenkins.git' + git 'https://github.com/kvetter-materna/bmc2105.git' } }