This commit is contained in:
AWieczarek 2024-04-09 17:51:00 +02:00
parent c020995835
commit c47828232d

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
stage('Download, Process, and Split Dataset') {
agent {
dockerfile {
args "-e KAGGLE_USERNAME=${env.KAGGLE_USERNAME}"
args "-e KAGGLE_USERNAME=${env.KAGGLE_USERNAME} -e KAGGLE_KEY=${env.KAGGLE_KEY}"
}
}
steps {