We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CLOUSEAU_JAVA_HOME
1 parent c43ce25 commit 0f9aa95Copy full SHA for 0f9aa95
build-aux/Jenkinsfile
@@ -317,12 +317,14 @@ def generateNativeStage(platform) {
317
powershell( script: """
318
.\\..\\..\\couchdb-glazier\\bin\\shell.ps1
319
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
320
+ Remove-Item env:CLOUSEAU_JAVA_HOME
321
make -f Makefile.win elixir-search ERLANG_COOKIE=crumbles
322
""", label: 'Clouseau tests')
323
324
325
326
327
+ Remove-Item env:CLOSUEAU_JAVA_HOME
328
make -f Makefile.win mango-test ERLANG_COOKIE=crumbles
329
""", label: 'Mango tests')
330
0 commit comments