From 31062178b83ec8a09e42711a62e4244e9f4ce8ee Mon Sep 17 00:00:00 2001 From: Purnesh Berde Date: Thu, 21 Jan 2021 18:44:46 +0530 Subject: [PATCH] Update repository link --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b4b90d48..e49db06e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Pulling the repo ......') { steps { // Get some code from a GitHub repository - git 'https://git.hamaralinux.org/swastik.git' + git 'https://git.hamaralinux.org/devel/packages/swastik.git' } } stage('Preparing stage') { -- 2.17.1