diff --git a/Jenkinsfile b/Jenkinsfile index b4b90d48bc5c39db6c2214db019971c36e756c68..e49db06e9e4c7193de8c560c4ee691f0f2fd13f2 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') {