Update Jenkinsfile
This commit is contained in:
parent
26885861e1
commit
f4f9c38fcc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,6 +4,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Preparation') {
|
stage('Preparation') {
|
||||||
steps {
|
steps {
|
||||||
|
properties([
|
||||||
parameters([
|
parameters([
|
||||||
string(
|
string(
|
||||||
defaultValue: 'jakubbg',
|
defaultValue: 'jakubbg',
|
||||||
@ -17,6 +18,7 @@ pipeline {
|
|||||||
name: 'KAGGLE_KEY'
|
name: 'KAGGLE_KEY'
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
|
])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user