mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
displayed the logs after running the tests (debugging purpose)
This commit is contained in:
@@ -54,6 +54,9 @@ jobs:
|
||||
paths:
|
||||
- ./rm-automation/rm-automation-enterprise-rest-api/target/reports/rm-automation-enterprise-rest-api.log
|
||||
- ./rm-automation/rm-automation-enterprise-rest-api/target/surefire-reports
|
||||
after_script:
|
||||
- docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000
|
||||
- docker ps -a | grep '_alfresco2_1' | awk '{print $1}' | xargs docker logs | tail -5000
|
||||
after_failure:
|
||||
- docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000
|
||||
- docker ps -a | grep '_alfresco2_1' | awk '{print $1}' | xargs docker logs | tail -5000
|
||||
|
Reference in New Issue
Block a user