This commit is contained in:
Ufnow 2020-04-22 01:14:28 +02:00
parent 20758a29c4
commit 777eaa2dd6

View File

@ -19,7 +19,7 @@ pipeline {
{ {
steps { steps {
sh label: '', script: 'chmod a+rwx wykres.py' sh label: '', script: 'chmod a+rwx wykres.py'
sh label: '', script: 'python3 wykres.py' sh label: '', script: 'wykres.py'
archiveArtifacts 'wer.png' archiveArtifacts 'wer.png'
archiveArtifacts 'srr.png' archiveArtifacts 'srr.png'
} }