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 {
agent any
options {
parameters{
password(
defaultValue: '',
@ -18,7 +17,6 @@ pipeline {
name: 'CUTOFF'
)
}
}
environment {
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
KAGGLE_KEY="$params.KAGGLE_KEY"