Update Jenkinsfile
This commit is contained in:
parent
b6c4c15a77
commit
b694a1bff7
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user