This commit is contained in:
alicja.m.musial 2020-04-03 19:24:00 +02:00
parent d809e1c010
commit 73ea526c79

5
Jenkinsfile vendored
View File

@ -4,6 +4,11 @@ pipeline {
}
stages {
stage('Checkout') {
steps {
git 'https://git.wmi.amu.edu.pl/s452097/s452097-plot'
}
}
stage('Copy all results'){
steps {
copyArtifacts filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's452097-metrics', selector: lastSuccessful()