fix5
This commit is contained in:
parent
7a2ebe1925
commit
30a303ce57
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -17,11 +17,11 @@ pipeline {
|
|||||||
description: 'Value for head command',
|
description: 'Value for head command',
|
||||||
name: 'CUTOFF'
|
name: 'CUTOFF'
|
||||||
)
|
)
|
||||||
environment {
|
}
|
||||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
environment {
|
||||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
||||||
CUTOFF="$params.CUTOFF"
|
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||||
}
|
CUTOFF="$params.CUTOFF"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("Check out from version control") {
|
stage("Check out from version control") {
|
||||||
|
Loading…
Reference in New Issue
Block a user