From 85bd3e5fc57165152e327aa2aba24203cb3097e3 Mon Sep 17 00:00:00 2001 From: Maciej Date: Sun, 28 Mar 2021 23:12:16 +0200 Subject: [PATCH] . --- Jenkinsfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3369b19..3891c57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,8 @@ pipeline { agent any - stage('Preparation') { + + stages { + stage('Preparation') { properties([ parameters([ string( @@ -16,8 +18,7 @@ pipeline { ) ]) ]) - } - stages { + } stage('checkout: Check out from version control') { steps { git branch: 'master',