Update 'Jenkinsfile'
This commit is contained in:
parent
01687ee08e
commit
86667937b9
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,8 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||||
stage('Preparation') {
|
|
||||||
properties([
|
|
||||||
parameters([
|
parameters([
|
||||||
string(
|
string(
|
||||||
defaultValue: 'xx',
|
defaultValue: 'xx',
|
||||||
@ -16,8 +14,6 @@ pipeline {
|
|||||||
name: 'KAGGLE_KEY'
|
name: 'KAGGLE_KEY'
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
])
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Hello') {
|
stage('Hello') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user