forked from s464914/ium_464914
fix typo
This commit is contained in:
parent
4d70607765
commit
4c7b53dfd9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,6 @@ pipeline {
|
|||||||
sh 'rm -rf artifacts'
|
sh 'rm -rf artifacts'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
@ -24,5 +23,6 @@ pipeline {
|
|||||||
sh 'bash ./get_dataset.sh'
|
sh 'bash ./get_dataset.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user