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