fix4
This commit is contained in:
parent
f24991317a
commit
a50687a7ec
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -1,9 +1,6 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Preparation') {
|
||||
steps {
|
||||
parameters([
|
||||
parameters([
|
||||
string(
|
||||
defaultValue: 'mikolaj2',
|
||||
description: 'Kaggle username',
|
||||
@ -26,9 +23,7 @@ pipeline {
|
||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||
CUTOFF="$params.CUTOFF"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
stages {
|
||||
stage("Check out from version control") {
|
||||
steps {
|
||||
checkout scm
|
||||
|
Loading…
Reference in New Issue
Block a user