copy artifact

This commit is contained in:
s444417 2022-03-24 22:03:33 +01:00
parent 26854686e3
commit 73b70ac8c3

7
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
parameters{
password(
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KEY'
name: 'KAGGLE_KEY'
)
string(
defaultValue: 'mikolaj2',
@ -16,11 +16,6 @@ pipeline {
name: 'CUTOFF'
)
}
environment {
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
KAGGLE_KEY="$params.KEY"
CUTOFF="$params.CUTOFF"
}
stages {
stage("Check out from version control") {
steps {