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