diff --git a/Jenkins_train b/Jenkins_train index c0caba7..d5f8a64 100644 --- a/Jenkins_train +++ b/Jenkins_train @@ -5,7 +5,11 @@ pipeline { string(name: 'LR', defaultValue: '0.01', description: 'Learning rate') } stages { - + stage('checkout: Check out from version control') { + steps { + checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487194', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194']]]) + } + } stage('Docker and Training'){ steps { script {