This commit is contained in:
s444417 2022-03-24 18:48:04 +01:00
parent 7f695aa5fb
commit e9abb62731

2
Jenkinsfile vendored
View File

@ -1,5 +1,6 @@
pipeline {
agent any
properties {
parameters {
string(
defaultValue: 'mikolaj2',
@ -18,6 +19,7 @@ pipeline {
name: 'CUTOFF'
)
}
}
environment {
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
KAGGLE_KEY="$params.KAGGLE_KEY"