This commit is contained in:
Ufnow 2020-04-22 01:29:57 +02:00
parent 2ab65dafa0
commit 9d393ab52c

View File

@ -18,6 +18,7 @@ pipeline {
stage('Plots') stage('Plots')
{ {
steps { steps {
sh label: '', script: 'chmod a+rwx ./wykres.py'
sh label: 'WER plot', script: './wykres.py wer.txt wer.png' sh label: 'WER plot', script: './wykres.py wer.txt wer.png'
sh label: 'SRR plot', script: './wykres.py srr.txt srr.png' sh label: 'SRR plot', script: './wykres.py srr.txt srr.png'
} }