copy artifact
This commit is contained in:
parent
26854686e3
commit
73b70ac8c3
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
parameters{
|
parameters{
|
||||||
password(
|
password(
|
||||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
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(
|
string(
|
||||||
defaultValue: 'mikolaj2',
|
defaultValue: 'mikolaj2',
|
||||||
@ -16,11 +16,6 @@ pipeline {
|
|||||||
name: 'CUTOFF'
|
name: 'CUTOFF'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
environment {
|
|
||||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
|
||||||
KAGGLE_KEY="$params.KEY"
|
|
||||||
CUTOFF="$params.CUTOFF"
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage("Check out from version control") {
|
stage("Check out from version control") {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user