.
This commit is contained in:
parent
85bd3e5fc5
commit
f4126227f4
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,10 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
parameters([
|
||||
|
||||
parameters([
|
||||
string(
|
||||
defaultValue: 'maciejsobkowiak',
|
||||
description: 'Kaggle username',
|
||||
@ -17,8 +14,8 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
])
|
||||
])
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
git branch: 'master',
|
||||
|
Loading…
Reference in New Issue
Block a user