git next try

This commit is contained in:
PawelDopierala 2024-03-27 01:19:18 +01:00
parent a503fbe86e
commit 3191d4a739

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git"
git 'https://git.wmi.amu.edu.pl/s495719/ium_495719.git'
}
}
}