jenkinsfile edited
This commit is contained in:
parent
4c80cc0902
commit
65e9e39a08
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
parameters {[
|
parameters {
|
||||||
string (
|
string (
|
||||||
defaultValue: '500',
|
defaultValue: '500',
|
||||||
description: 'Liczba wierszy do odcięcia od datasetu',
|
description: 'Liczba wierszy do odcięcia od datasetu',
|
||||||
@ -18,7 +18,7 @@ pipeline {
|
|||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
description: 'Kaggle token',
|
description: 'Kaggle token',
|
||||||
name: 'KAGGLE_KEY'
|
name: 'KAGGLE_KEY'
|
||||||
)]
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user