This is an automated email from the ASF dual-hosted git repository. pgj pushed a commit to branch jenkins-clouseau-windows-test in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit c47917dd5a8a286c56a7415bc755b8fe8bdf661c Author: Gabor Pali <[email protected]> AuthorDate: Sat Mar 29 13:40:07 2025 +0100 delete: be more verbose --- Makefile.win | 2 +- build-aux/Jenkinsfile.full | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 000874b70..b9e0f565d 100644 --- a/Makefile.win +++ b/Makefile.win @@ -257,7 +257,7 @@ endif elixir-search: export MIX_ENV=integration elixir-search: elixir-init devclean ifneq ($(_WITH_CLOUSEAU), ) - @dev\run -n 1 -q -a adm:pass \ + @dev\run -n 1 -a adm:pass \ "$(_WITH_CLOUSEAU)" \ "$(TEST_OPTS)" \ --locald-config test/config/test-config.ini \ diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 728d74265..cfb02e959 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -177,6 +177,11 @@ def generateNativeStage(platform) { catch (err) { powershell( script: "Get-ChildItem ${WORKSPACE}") dir( "${platform}/build" ) { + powershell( script: """ + .\\..\\..\\couchdb-glazier\\bin\\shell.ps1 + cat dev/logs/*.log + """, label: 'Dump logs') + powershell( script: '.\\..\\..\\couchdb-glazier\\bin\\shell.ps1; make -f Makefile.win build-report') powershell( script: 'Get-Content test-results.log') }
