fix 7
This commit is contained in:
parent
7f695aa5fb
commit
e9abb62731
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user