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 {
agent any
stages {
stage('Preparation') {
properties([
parameters([
string(
defaultValue: 'maciejsobkowiak',
@ -17,8 +14,8 @@ pipeline {
name: 'KAGGLE_KEY'
)
])
])
}
stages {
stage('checkout: Check out from version control') {
steps {
git branch: 'master',