diff --git a/Jenkinsfile b/Jenkinsfile index 29aabe9..571b21f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('Clone Repository') { steps { - git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979.git" + git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979" } } diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index d6763be..e9e0935 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -8,7 +8,7 @@ pipeline { stages { stage('Clone Repository') { steps { - git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979.git" + git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979" } } stage('Copy Artifact') {