IUM_04 - update Jenkinsfile - test

This commit is contained in:
Paweł Łączkowski 2024-04-03 21:28:42 +02:00
parent 7896756c88
commit 117d8115bf
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
dockerfile {
filename 'Dockerfile'
reuseNode true
args '-e KAGGLE_USERNAME=${KAGGLE_USERNAME} -e KAGGLE_KEY=${KAGGLE_KEY}'
}
}