This is an automated email from the ASF dual-hosted git repository. pgj pushed a commit to branch jenkins-clouseau-windows in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 71efbde43aaa08736716864d281b58948df2ea07 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 b5e1093df..c29103e7c 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -174,6 +174,11 @@ def generateNativeStage(platform) { archiveArtifacts artifacts: '*.msi', fingerprint: true, onlyIfSuccessful: true } catch (err) { + powershell( script: """ + .\\..\\..\\couchdb-glazier\\bin\\shell.ps1 + cat dev/logs/*.log + """, label: 'Dump logs') + powershell( script: "Get-ChildItem ${WORKSPACE}") dir( "${platform}/build" ) { powershell( script: '.\\..\\..\\couchdb-glazier\\bin\\shell.ps1; make -f Makefile.win build-report')
