From f05b311ca43c37a0da4d748711b7a5b91d25c833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Tue, 4 Apr 2023 21:24:37 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_stats' --- Jenkinsfile_stats | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index de703f9..19af93a 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -1,5 +1,8 @@ node { - stage('Preparation') { + checkout scm + def testImage = docker.build("test-image") + testImage.inside { + stage('Preparation') { properties([ parameters([ buildSelector( @@ -20,4 +23,6 @@ node { stage('Archive artifacts') { archiveArtifacts artifacts: '*.txt', followSymlinks: false } +} + } \ No newline at end of file