This commit is contained in:
Mateusz Kuc 2023-06-30 20:32:48 +02:00
parent d348127494
commit 9e6a73ba70
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pipeline {
steps { steps {
checkout scmGit( checkout scmGit(
branches: [[name: '*/master']], branches: [[name: '*/master']],
userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s487183/ium_458023.git']] userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s458023/ium_458023.git']]
) )
} }
} }