Update Jenkinsfile
This commit is contained in:
parent
e765d801e5
commit
57ac1750f9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,6 @@ pipeline {
|
||||
agent any
|
||||
|
||||
options {
|
||||
properties([
|
||||
parameters([
|
||||
string(
|
||||
defaultValue: 'jakubbg',
|
||||
@ -16,7 +15,6 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
])
|
||||
])
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user