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