This commit is contained in:
Maciej 2021-03-29 01:05:10 +02:00
parent 389f5464a4
commit bef77fe5be

4
Jenkinsfile vendored
View File

@ -10,8 +10,8 @@ pipeline {
) )
} }
environment { environment {
KAGGLE_KEY = ${params.key} KAGGLE_KEY = "${params.key}"
KAGGLE_USERNAME = ${params.username} KAGGLE_USERNAME = "${params.username}"
} }
stages { stages {