This commit is contained in:
Jakub Zaręba 2023-03-27 20:35:42 +02:00
parent 8e211d4e4d
commit 34bce78bd1

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ node {
}
stage('Clone Git Repository') {
git clone 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/'
git clone 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
}
stage('End') {