diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 7f856ca..03027cb 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -18,8 +18,8 @@ pipeline { stage('Plots') { steps { - sh label: 'WER plot', script: './wykresy.py wer.txt wer.png' - sh label: 'SRR plot', script: './wykresy.py srr.txt srr.png' + sh label: 'WER plot', script: './wykres.py wer.txt wer.png' + sh label: 'SRR plot', script: './wykres.py srr.txt srr.png' } } stage('ArchiveArtifacts')