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