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