fix 7
This commit is contained in:
parent
7f695aa5fb
commit
e9abb62731
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
properties {
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
defaultValue: 'mikolaj2',
|
defaultValue: 'mikolaj2',
|
||||||
@ -18,6 +19,7 @@ pipeline {
|
|||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user