I think it would work

This commit is contained in:
s487178 2023-04-12 22:01:21 +02:00
parent 8f3c3eb6f6
commit c370d990b3

1
Jenkinsfile vendored
View File

@ -29,7 +29,6 @@ pipeline {
post {
always {
archiveArtifacts 'output.txt'
archiveArtifacts 'artifacts/*.csv'
}
}
}