This commit is contained in:
Jakub Zaręba 2023-03-27 20:36:43 +02:00
parent 34bce78bd1
commit baca0dd7e9
1 changed files with 1 additions and 1 deletions

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 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
}
stage('End') {