From 9dd444c392a60cc29e3908f6f1fedd6e85a44bb1 Mon Sep 17 00:00:00 2001 From: AWieczarek Date: Sun, 24 Mar 2024 19:10:02 +0100 Subject: [PATCH] Fix archive --- Jenkinsfile | 2 +- Jenkinsfile-stats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') {