rty
This commit is contained in:
parent
d8f26c90b3
commit
f27c94048d
@ -18,8 +18,8 @@ pipeline {
|
|||||||
stage('Plots')
|
stage('Plots')
|
||||||
{
|
{
|
||||||
steps {
|
steps {
|
||||||
sh label: 'WER plot', script: 'wykresy.py wer.txt wer.png'
|
sh label: 'WER plot', script: './wykresy.py wer.txt wer.png'
|
||||||
sh label: 'SRR plot', script: 'wykresy.py srr.txt srr.png'
|
sh label: 'SRR plot', script: './wykresy.py srr.txt srr.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('ArchiveArtifacts')
|
stage('ArchiveArtifacts')
|
||||||
|
Loading…
Reference in New Issue
Block a user