fix jenkinsfile training
This commit is contained in:
parent
6467019d8d
commit
f1138b0f4b
16
lab5/train/Jenkinsfile
vendored
16
lab5/train/Jenkinsfile
vendored
@ -12,16 +12,14 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('docker') {
|
||||
agent {
|
||||
dockerfile true
|
||||
parameters {
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR')
|
||||
agent { dockerfile true }
|
||||
parameters {
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR')
|
||||
|
||||
string(name: 'LEARNING_RATE', defaultValue: '0.0003', description: 'learning rate')
|
||||
}
|
||||
string(name: 'LEARNING_RATE', defaultValue: '0.0003', description: 'learning rate')
|
||||
}
|
||||
stages {
|
||||
stage('copyArtifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user