From a02802033bb5ba51f95c25672a28961e87e4fdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diana=20Kr=C3=B3l?= Date: Sat, 4 Apr 2020 16:48:03 +0000 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'JenkinsfilePlots'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JenkinsfilePlots | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 JenkinsfilePlots diff --git a/JenkinsfilePlots b/JenkinsfilePlots deleted file mode 100644 index 9d28916..0000000 --- a/JenkinsfilePlots +++ /dev/null @@ -1,20 +0,0 @@ -pipeline { - agent { dockerfile true } - - stages { - stage('Hello') { - steps { - git 'https://git.wmi.amu.edu.pl/s416251/s416251-mlworkshops.git' - copyArtifacts filter: 'srr.txt, wer.txt', fingerprintArtifacts: true, optional: true, projectName: 's416267-metrics', target: './' - } - } - stage('Wykresy') { - steps{ - sh('chmod +x ./plots.sh') - sh('./plots.sh wer srr') - archiveArtifacts 'wer.png' - archiveArtifacts 'srr.png' - } - } - } -} \ No newline at end of file