This commit is contained in:
s444417 2022-03-24 19:07:58 +01:00
parent 88094a897f
commit f380afc840

2
Jenkinsfile vendored
View File

@ -1,6 +1,5 @@
pipeline { pipeline {
agent any agent any
options {
parameters{ parameters{
password( password(
defaultValue: '', defaultValue: '',
@ -18,7 +17,6 @@ pipeline {
name: 'CUTOFF' name: 'CUTOFF'
) )
} }
}
environment { environment {
KAGGLE_USERNAME="$params.KAGGLE_USERNAME" KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
KAGGLE_KEY="$params.KAGGLE_KEY" KAGGLE_KEY="$params.KAGGLE_KEY"