Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

What "executable type" should I use for bamboo-capabilities.properties for the Node.JS plugin

John Rutherford September 23, 2015

I use the bamboo-capabilities.properties to manage my remote agents capabilities in bamboo. I have not been able to figure out what the Node.js bamboo plugin expects as the "executable type" (system.builder.<executable type>.Node)

1 answer

1 accepted

1 vote
Answer accepted
Marcin Oles
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 23, 2015

It's node. So as an example:

system.builder.node.Node.js\ 0.10=/opt/node-0.10/bin/node

Also remember, that Node.js plugin expects the capability to point to an executable and not installation directory, and that's why there is the "/bin/node" part. On windows, it can be something like this:

system.builder.node.Node.js\ 0.10=C:\\opt\\node-0.10\\node.exe

(system.builder.node.<name> = <path>)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events