rm epoch
This commit is contained in:
parent
5b3e5fba11
commit
d61b19dd4a
@ -3,7 +3,6 @@ pipeline {
|
|||||||
docker { image 's444507_create_dataset_image:latest' }
|
docker { image 's444507_create_dataset_image:latest' }
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'epoch', defaultValue: '1000', description: 'Number of epochs to train model.')
|
|
||||||
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
|
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
|
||||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user