Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 15:16:41 +02:00
parent 01687ee08e
commit 86667937b9

4
Jenkinsfile vendored
View File

@ -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 {