env variable

This commit is contained in:
s444417 2022-03-24 22:47:15 +01:00
parent ce11111838
commit 0c2f9e20fc

5
Jenkinsfile vendored
View File

@ -11,6 +11,11 @@ pipeline {
description: 'Value for head command',
name: 'CUTOFF'
)
password(
defaultValue: '',
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY'
)
}
stages {
stage("Check out from version control") {