Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Méndez Requena authored Nov 22, 2019
1 parent 192f59c commit 6843c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/stamp/atos/functional/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pipeline {
alwaysLinkToLastBuild: false,
keepAll: true,
reportDir: reportDirectories[i] + '/test-reports/citygo-tests/nginx-logs/',
reportFiles: 'error.log, access.log, pytest_report.html',
reportFiles: 'error.log, access.log, pytest_report.html, docker_run.log',
reportName: reportDirectories[i].tokenize('/').last()
])
}
Expand Down

0 comments on commit 6843c4e

Please sign in to comment.