This commit is contained in:
Szymon Bartanowicz 2024-03-26 19:28:06 +01:00
parent d8cdb279ee
commit a909432c7a
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -10,8 +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', git url: "https://git.wmi.amu.edu.pl/s464937/ium_464937"
}
}