jenkinsfile edited

This commit is contained in:
patrycjalazna 2021-03-28 15:17:56 +02:00
parent 01a696ab5c
commit a2b991907f

7
Jenkinsfile vendored
View File

@ -7,12 +7,7 @@ pipeline {
description: 'Kaggle username',
name: 'KAGGLE_USERNAME',
trim: false
),
password(
defaultValue: '',
description: 'Kaggle token',
name: 'KAGGLE_KEY'
)
)
}
stages {