Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
65579f94e2
commit
b2ca093cc9
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,19 +1,19 @@
|
||||
pipeline {
|
||||
agent any
|
||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||
parameters([
|
||||
parameters{
|
||||
string(
|
||||
defaultValue: 'patluk',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
),
|
||||
)
|
||||
password(
|
||||
defaultValue: '',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
])
|
||||
}
|
||||
stages {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user