Skip to content

Commit 8db069d

Browse files
committed
Reset CLOUSEAU_JAVA_HOME
1 parent 0f9aa95 commit 8db069d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-aux/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,14 +317,14 @@ def generateNativeStage(platform) {
317317
powershell( script: """
318318
.\\..\\..\\couchdb-glazier\\bin\\shell.ps1
319319
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
320-
Remove-Item env:CLOUSEAU_JAVA_HOME
320+
Set-Item -Path env:CLOUSEAU_JAVA_HOME -Value env:JAVA_HOME
321321
make -f Makefile.win elixir-search ERLANG_COOKIE=crumbles
322322
""", label: 'Clouseau tests')
323323

324324
powershell( script: """
325325
.\\..\\..\\couchdb-glazier\\bin\\shell.ps1
326326
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
327-
Remove-Item env:CLOSUEAU_JAVA_HOME
327+
Set-Item -Path env:CLOUSEAU_JAVA_HOME -Value env:JAVA_HOME
328328
make -f Makefile.win mango-test ERLANG_COOKIE=crumbles
329329
""", label: 'Mango tests')
330330

0 commit comments

Comments
 (0)