copy artifact
This commit is contained in:
parent
26854686e3
commit
73b70ac8c3
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user