Add parameters to training.py
This commit is contained in:
parent
4208581057
commit
16bcbbc5c8
3
ML/Jenkinsfile
vendored
3
ML/Jenkinsfile
vendored
@ -5,14 +5,13 @@ pipeline {
|
||||
name: 'BUILD_SELECTOR',
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'A build to take the artifacts from'
|
||||
)
|
||||
),
|
||||
string(
|
||||
name: 'EPOCHS',
|
||||
description: 'Number of epochs',
|
||||
defaultValue: '10'
|
||||
)
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Copy artifacts') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user