.
This commit is contained in:
parent
85bd3e5fc5
commit
f4126227f4
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user