Jenkins artifacts fix
This commit is contained in:
parent
3be030ad58
commit
bd8e6a897a
@ -28,8 +28,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts '*data/evaluation_results.csv', onlyIfSuccessful: true
|
archiveArtifacts artifacts: '*data/evaluation_results.csv', onlyIfSuccessful: true
|
||||||
archiveArtifacts '*data/plots.png', onlyIfSuccessful: true
|
archiveArtifacts artifacts: '*data/plots.png', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user