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