This commit is contained in:
Maciej 2021-03-28 23:14:31 +02:00
parent 85bd3e5fc5
commit f4126227f4

11
Jenkinsfile vendored
View File

@ -1,10 +1,7 @@
pipeline { pipeline {
agent any agent any
stages { parameters([
stage('Preparation') {
properties([
parameters([
string( string(
defaultValue: 'maciejsobkowiak', defaultValue: 'maciejsobkowiak',
description: 'Kaggle username', description: 'Kaggle username',
@ -17,8 +14,8 @@ pipeline {
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
]) ])
])
} stages {
stage('checkout: Check out from version control') { stage('checkout: Check out from version control') {
steps { steps {
git branch: 'master', git branch: 'master',