Zaktualizuj 'JenkinsfileCreateDataset'

This commit is contained in:
Mateusz Kuc 2023-06-30 19:31:06 +02:00
parent 96f2770bc8
commit 2c40f07fe1
1 changed files with 0 additions and 1 deletions

View File

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