diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 7c8c1f7..67c7c84 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -18,8 +18,8 @@ pipeline { stage('Plots') { steps { - sh label: '', script: 'chmod a+rwx wykres.py' - sh label: '', script: 'wykres.py' + sh label: '', script: 'chmod a+rwx ./wykres.py' + sh label: '', script: './wykres.py' archiveArtifacts 'wer.png' archiveArtifacts 'srr.png' }