diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 69ec2c6..902bd3a 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -11,7 +11,7 @@ pipeline { stage('Wykresy') { steps{ sh('chmod +x ./plots.sh') - sh('./lots.sh wer srr') + sh('./plots.sh wer srr') archiveArtifacts 'wer.png' archiveArtifacts 'srr.png' }