diff --git a/Jenkinsfile b/Jenkinsfile index 7a3ece9..9312f7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {