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.
1 parent 14d0c70 commit adb4149Copy full SHA for adb4149
attributes/worker.rb
@@ -19,7 +19,7 @@
19
jvmBin = "/cygdrive/c#{jvmHome}/bin"
20
21
# deal with weirdness in java using registry keys to find the homedir (c:\users\jenkins), instead of the cygin home (/home/jenkins or y:\jenkins)
22
- jvmDirOptions = "-Duser.home=#{jenkinsHome.gsub(/\\/,'/')} -Djava.io.tmpdir=#{jenkinsTmp}" # jenkins doesn't quote properly
+ jvmDirOptions = "-Duser.home=#{jenkinsHome.gsub(/\\/,'/')} -Djava.io.tmpdir=#{jenkinsTmp} -Dhudson.remoting.RemoteClassLoader.force=com.sun.jna.Native" # jenkins doesn't quote properly
23
24
# If node name contains "-publish", configure it with necessary secrets/package to roll & publish a release
25
publisher = (node.name =~ /.*-publish.*/) != nil # TODO: use tag?
0 commit comments