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

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stages { stages {
stage('Clone repo') { stage('Clone repo') {
steps { 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"
} }
} }