This commit is contained in:
Szymon Bartanowicz 2024-03-26 19:28:59 +01:00
parent 8a975629c5
commit 91b96a4765

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stages {
stage('Clone repo') {
steps {
git branch: "main", git url: "https://git.wmi.amu.edu.pl/s464937/ium_464937"
git branch: "main", url: "https://git.wmi.amu.edu.pl/s464937/ium_464937"
}
}