Zaktualizuj 'Jenkins_train'

This commit is contained in:
Witold Woch 2023-05-12 22:53:58 +02:00
parent d935b941c1
commit 1240b0dd08

View File

@ -5,7 +5,11 @@ pipeline {
string(name: 'LR', defaultValue: '0.01', description: 'Learning rate') string(name: 'LR', defaultValue: '0.01', description: 'Learning rate')
} }
stages { 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'){ stage('Docker and Training'){
steps { steps {
script { script {