file rename artifacts

This commit is contained in:
wikbom 2023-05-10 16:46:55 +02:00
parent 8000d21bf4
commit 57cb786a62
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ node {
stage('artifacts') {
echo 'saving artifacts'
archiveArtifacts 'output.txt'
archiveArtifacts 'output.csv'
}
}
}