This commit is contained in:
s444417 2022-03-24 18:33:08 +01:00
parent f24991317a
commit a50687a7ec

9
Jenkinsfile vendored
View File

@ -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