No parameters test
This commit is contained in:
parent
b4d4177068
commit
d84f6f6f43
33
Jenkinsfile
vendored
33
Jenkinsfile
vendored
@ -1,21 +1,20 @@
|
||||
node {
|
||||
stage('Preparation') {
|
||||
properties ([
|
||||
parameters([
|
||||
string(
|
||||
defaultValue:'mateuszogrodowczyk',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
),
|
||||
password(
|
||||
defaultValue: '',
|
||||
description: 'Kaggle access token retrieved from kaggle.json file - https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
])
|
||||
])
|
||||
}
|
||||
// stage('Preparation') {
|
||||
// properties ([
|
||||
// parameters([
|
||||
// string(
|
||||
// defaultValue:'mateuszogrodowczyk',
|
||||
// description: 'Kaggle username',
|
||||
// name: 'KAGGLE_USERNAME',
|
||||
// trim: false
|
||||
// ),
|
||||
// password(
|
||||
// description: 'Kaggle access token retrieved from kaggle.json file - https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
// name: 'KAGGLE_KEY'
|
||||
// )
|
||||
// ])
|
||||
// ])
|
||||
// }
|
||||
|
||||
stage('Install depends.') {
|
||||
sh 'pip install --user -r requirements.txt'
|
||||
|
Loading…
Reference in New Issue
Block a user