This commit is contained in:
Mateusz Piwowarski 2024-03-24 10:46:26 +01:00
parent 2411a783eb
commit 52d2aa8a79

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
stages {
stage('Clone Repository') {
steps {
git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s464913/ium_464913'
git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s464913/ium_464913.git'
}
}
stage('Download dataset') {