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') {
|
stage('docker') {
|
||||||
agent {
|
agent { dockerfile true }
|
||||||
dockerfile true
|
parameters {
|
||||||
parameters {
|
buildSelector(
|
||||||
buildSelector(
|
defaultSelector: lastSuccessful(),
|
||||||
defaultSelector: lastSuccessful(),
|
description: 'Which build to use for copying artifacts',
|
||||||
description: 'Which build to use for copying artifacts',
|
name: 'BUILD_SELECTOR')
|
||||||
name: 'BUILD_SELECTOR')
|
|
||||||
|
|
||||||
string(name: 'LEARNING_RATE', defaultValue: '0.0003', description: 'learning rate')
|
string(name: 'LEARNING_RATE', defaultValue: '0.0003', description: 'learning rate')
|
||||||
}
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('copyArtifacts') {
|
stage('copyArtifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user