plot 2
This commit is contained in:
parent
d809e1c010
commit
73ea526c79
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user