Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-02 14:15:40 +02:00
parent b6c4c15a77
commit b694a1bff7
1 changed files with 1 additions and 5 deletions

6
Jenkinsfile vendored
View File

@ -1,9 +1,5 @@
pipeline {
agent {
dockerfile {
args '-v /var/run/docker.sock:/var/run/docker.sock'
}
}
agent any
parameters {
string(name: 'KAGGLE_USERNAME', defaultValue: 'alicjaszulecka', description: 'Kaggle username')
password(name: 'KAGGLE_KEY', defaultValue:'', description: 'Kaggle Key')