sdgh
This commit is contained in:
parent
89cdb1365c
commit
7af457447b
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -1,6 +1,14 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
parameters {
|
||||||
|
string(
|
||||||
|
defaultValue: '50',
|
||||||
|
description: 'number of examples in dataset',
|
||||||
|
name: 'CUTOFF'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Preparation') {
|
stage('Preparation') {
|
||||||
when { expression { true } }
|
when { expression { true } }
|
||||||
@ -20,11 +28,6 @@ pipeline {
|
|||||||
description: 'Kaggle token taken from kaggle.json file',
|
description: 'Kaggle token taken from kaggle.json file',
|
||||||
name: 'KAGGLE_KEY'
|
name: 'KAGGLE_KEY'
|
||||||
)
|
)
|
||||||
string(
|
|
||||||
defaultValue: '10',
|
|
||||||
description: 'number of examples in dataset',
|
|
||||||
name: 'CUTOFF'
|
|
||||||
)
|
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user