-
Bug
-
Resolution: Fixed
-
Major
-
custom-tools 0.4,
Affected plugins: android emulator plugin, xvnc plugin
Created for the original issue in JENKINS-19506
I run customtools-plugin together with android-emulator-plugin, and when jenkins launches tasks for android-emulator, they are launched without the default PATH varable.
This means that the shell scripts that start the emulator can't find common tools as dirname, file and so on.Workaround is to add a custom tool that defines default paths too, but thats site-wide and when some nodes have other PATH's than other, i can only add the directories that exists on all nodes.
- depends on
-
JENKINS-19506 [integration] - android-plugin + custom-tools installation fails due to NPE in ProcStarter::envs()
-
- Closed
-
- is duplicated by
-
JENKINS-15631 When custom tool installation is on SCM checkout fails
-
- Resolved
-
[JENKINS-20560] Custom-tools plugin breaks path for android-emulator
Link |
New:
This issue depends on |
Description |
Original:
I run customtools-plugin together with android-emulator-plugin, and when jenkins launches tasks for android-emulator, they are launched without the default PATH varable. This means that the shell scripts that start the emulator can't find common tools as dirname, file and so on. Workaround is to add a custom tool that defines default paths too, but thats site-wide and when some nodes have other PATH's than other, i can only add the directories that exists on all nodes. |
New:
Created for the original issue in {quote} I run customtools-plugin together with android-emulator-plugin, and when jenkins launches tasks for android-emulator, they are launched without the default PATH varable. This means that the shell scripts that start the emulator can't find common tools as dirname, file and so on. Workaround is to add a custom tool that defines default paths too, but thats site-wide and when some nodes have other PATH's than other, i can only add the directories that exists on all nodes. {quote} |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Environment | Original: custom-tools 0.4, android emulator plugin |
New:
custom-tools 0.4, Affected plugins: android emulator plugin, xvnc plugin |
I am experiencing an issue that also seems to be caused by this bug.
Once I enable custom tools, I am not able to run Xvnc:
The issue is solved, when I remove custom tool installation from the job.
I am using a snapshot build of custom-tools, because I needed a fix for
JENKINS-19506.