Fix archive

This commit is contained in:
AWieczarek 2024-03-24 19:10:02 +01:00
parent 8a43ea5ef8
commit 9dd444c392
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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"
}
}

View File

@ -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') {