This commit is contained in:
Ufnow 2020-04-22 01:07:24 +02:00
parent 77ea9f0961
commit d8f26c90b3

View File

@ -18,8 +18,8 @@ pipeline {
stage('Plots') stage('Plots')
{ {
steps { steps {
sh label: 'WER plot', script: './wykres.py wer.txt wer.png' sh label: 'WER plot', script: 'wykresy.py wer.txt wer.png'
sh label: 'SRR plot', script: './wykres.py srr.txt srr.png' sh label: 'SRR plot', script: 'wykresy.py srr.txt srr.png'
} }
} }
stage('ArchiveArtifacts') stage('ArchiveArtifacts')