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