Update Jenkinsfile
This commit is contained in:
parent
03f5fa6749
commit
e765d801e5
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -1,11 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Preparation') {
|
||||
steps {
|
||||
script {
|
||||
parameters([
|
||||
options {
|
||||
properties([
|
||||
parameters([
|
||||
string(
|
||||
defaultValue: 'jakubbg',
|
||||
description: 'Kaggle username',
|
||||
@ -18,9 +16,10 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
])
|
||||
}
|
||||
}
|
||||
}
|
||||
])
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
// Run the maven build
|
||||
|
Loading…
Reference in New Issue
Block a user