plot generator

This commit is contained in:
Tomasz Łysiak 2019-05-16 12:38:06 +02:00
parent 0a710fb27e
commit bb573bf09a

4
Jenkinsfile vendored
View File

@ -12,8 +12,8 @@ pipeline {
sh 'git --version'
sh 'git checkout'
sh 'python3 generate_plot.py'
archiveArtifacts artifacts: 'historical_srr_plot'
archiveArtifacts artifacts: 'historical_wer_mean_plot'
archiveArtifacts artifacts: 'historical_srr_plot.png'
archiveArtifacts artifacts: 'historical_wer_mean_plot.png'
}
}