This commit is contained in:
s444417 2022-03-24 18:52:10 +01:00
parent 51a03fcacb
commit f8283d7855

8
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
options {
parameters {
options([
parameters[(
string(
defaultValue: 'mikolaj2',
description: 'Kaggle username',
@ -18,8 +18,8 @@ pipeline {
description: 'Value for head command',
name: 'CUTOFF'
)
}
}
)]
])
environment {
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
KAGGLE_KEY="$params.KAGGLE_KEY"