Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-02 12:44:51 +02:00
parent ffb2ad1180
commit a66716fd96
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent dockerfile true
agent {
dockerfile true
}
parameters {
string(name: 'KAGGLE_USERNAME', defaultValue: 'alicjaszulecka', description: 'Kaggle username')
password(name: 'KAGGLE_KEY', defaultValue:'', description: 'Kaggle Key')