checkout
This commit is contained in:
parent
067d9d319a
commit
2123074d7d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
echo 'Trigger Check'
|
||||
checkout: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops'
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops']]])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user