Skip to content

Commit

Permalink
Add txt file to test result artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Maarit Härkönen <[email protected]>
  • Loading branch information
maaharko committed Nov 28, 2024
1 parent 40537fe commit e114cd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghaf-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ pipeline {
post {
always {
// Archive Robot-Framework results as artifacts
archiveArtifacts allowEmptyArchive: true, artifacts: 'Robot-Framework/test-suites/**/*.html, Robot-Framework/test-suites/**/*.xml, Robot-Framework/test-suites/**/*.png'
archiveArtifacts allowEmptyArchive: true, artifacts: 'Robot-Framework/test-suites/**/*.html, Robot-Framework/test-suites/**/*.xml, Robot-Framework/test-suites/**/*.png, Robot-Framework/test-suites/**/*.txt'
// Publish all results under Robot-Framework/test-suites subfolders
step(
[$class: 'RobotPublisher',
Expand Down
2 changes: 1 addition & 1 deletion ghaf-parallel-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pipeline {
post {
always {
// Archive Robot-Framework results as artifacts
archiveArtifacts allowEmptyArchive: true, artifacts: 'Robot-Framework/test-suites/**/*.html, Robot-Framework/test-suites/**/*.xml, Robot-Framework/test-suites/**/*.png'
archiveArtifacts allowEmptyArchive: true, artifacts: 'Robot-Framework/test-suites/**/*.html, Robot-Framework/test-suites/**/*.xml, Robot-Framework/test-suites/**/*.png, Robot-Framework/test-suites/**/*.txt'
// Publish all results under Robot-Framework/test-suites subfolders
step(
[$class: 'RobotPublisher',
Expand Down
1 change: 1 addition & 0 deletions tests/x-ghaf-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ pipeline {
archive = "Robot-Framework/test-suites/**/*.html"
archive = "${archive}, Robot-Framework/test-suites/**/*.xml"
archive = "${archive}, Robot-Framework/test-suites/**/*.png"
archive = "${archive}, Robot-Framework/test-suites/**/*.txt"
archiveArtifacts allowEmptyArchive: true, artifacts: archive
// Publish all results under Robot-Framework/test-suites subfolders
step(
Expand Down

0 comments on commit e114cd3

Please sign in to comment.