diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 2ab9434..b1b5dff 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -18,7 +18,7 @@ pipeline { stage('Plots') { steps { - sh label: '', script: 'chmod a+rwx script.py' + sh label: '', script: 'chmod a+rwx wykres.py' sh label: '', script: 'python3 wykres.py' archiveArtifacts 'wer.png' archiveArtifacts 'srr.png'