copy artifact

This commit is contained in:
s444417 2022-03-24 22:44:35 +01:00
parent a552b0e70a
commit ce11111838

10
Jenkinsfile vendored
View File

@ -11,17 +11,7 @@ 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'
)
}
environment {
KAGGLE_KEY="$params.KAGGLE_KEY"
}
stages {
stage("Check out from version control") {
steps {