diff --git a/JenkinsfilePlots b/JenkinsfilePlots index b1b5dff..7c8c1f7 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -19,7 +19,7 @@ pipeline { { steps { sh label: '', script: 'chmod a+rwx wykres.py' - sh label: '', script: 'python3 wykres.py' + sh label: '', script: 'wykres.py' archiveArtifacts 'wer.png' archiveArtifacts 'srr.png' }