fix param name
This commit is contained in:
parent
2c31d1eb26
commit
8b791ec863
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ pipeline {
|
||||
}
|
||||
stage('Download dataset') {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.API_KEY}"]) {
|
||||
sh "kaggle datasets download -d nikhil7280/student-performance-multiple-linear-regression --unzip"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user