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