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