From 394681aea9cfac4fd03602387065f15052f154fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Miko=C5=82ajski?= Date: Tue, 18 Apr 2023 19:37:01 +0200 Subject: [PATCH] Update 'Jenkinsfile-stats' --- Jenkinsfile-stats | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 1ac0e63..91f6361 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -1,5 +1,18 @@ node { +stage('Preparation') { + properties([ + parameters([ + buildSelector( + defaultSelector: lastSuccessful(), + description: 'Which build to use for copying artifacts', + name: 'BUILD_SELECTOR') + ]) + ]) + } stage('checkout: Check out from version control') { checkout scm } + stage('Copy Artifacts') { + + } } \ No newline at end of file