fix 10
This commit is contained in:
parent
6afb3cf0a6
commit
9938eedeaa
27
Jenkinsfile
vendored
27
Jenkinsfile
vendored
@ -1,24 +1,17 @@
|
||||
pipeline {
|
||||
agent any
|
||||
options([
|
||||
parameters[(
|
||||
string(
|
||||
defaultValue: 'mikolaj2',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
),
|
||||
password(
|
||||
defaultValue: '',
|
||||
properties([
|
||||
parameters(
|
||||
[password(defaultValue: '',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
name: 'KAGGLE_KEY'),
|
||||
string(defaultValue: 'mikolaj2',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME'),
|
||||
string(description: 'Value for head command',
|
||||
name: 'CUTOFF')]
|
||||
),
|
||||
string(
|
||||
defaultValue: '',
|
||||
description: 'Value for head command',
|
||||
name: 'CUTOFF'
|
||||
)
|
||||
)]
|
||||
pipelineTriggers([[$class: 'GogsTrigger']])
|
||||
])
|
||||
environment {
|
||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
||||
|
Loading…
Reference in New Issue
Block a user