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

7
Jenkinsfile vendored
View File

@ -1,9 +1,6 @@
pipeline { pipeline {
agent any agent any
stages {
stage('Preparation') {
properties([
parameters([ parameters([
string( string(
defaultValue: 'maciejsobkowiak', defaultValue: 'maciejsobkowiak',
@ -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',