Zaktualizuj 'Jenkins_train'
This commit is contained in:
parent
d935b941c1
commit
1240b0dd08
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user