This commit is contained in:
Ufnow 2020-04-22 01:10:13 +02:00
parent 0a5304c0b2
commit d27d2d8fd9

View File

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