Hi All,
We are new to bamboo and we are thinking to install this plugin to run grunt scripts.
Can you please let me know the benifitis of this plugin in details and how me much more used in deployment ?
And please let me know if atlassian has any plan to make this plugin paid in future ?
Thank you
Regards,
Susant
Since version 0.6.3, Node.js and npm are distributed together. In your installation folder, you should have both executables next to each other: `node.exe' and `npm.cmd'. In your case, it looks like the Node.js capability is not configured properly in Bamboo - it is probably pointing to the installation directory of Node.js, while it should be pointing directly to the node executable (`node.exe'). Try updating it manually via the admin panel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Susant, could you provide additional information about your problem: - What operating system are you using? - What is your Node.js installation path? - Did Bamboo discover Node.js capability? You can check by visiting the administration panel, and then going to "Server capabilities". - Also, is it a problem with task configuration, or task execution? If it's during execution, could you attach any errors found in the logs? Best regards, Marcin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Susant,
The Bamboo Node.js plugin provides a number of tasks in Bamboo that you can use to create builds for your Node.js project. Those tasks can be used to create build plans and deployment projects. You can find more about Bamboo tasks here: https://confluence.atlassian.com/display/BAMBOO/Configuring+tasks
Also, you may read about deployment projects here: https://confluence.atlassian.com/display/BAMBOO/Deployment+projects
The plugin comes with a Bamboo task called "Grunt 0.4.x", which allows to execute Grunt tasks seamlessly. There are also other tasks which you might find useful, for example "npm" tasks (which can be used to install Node modules) or a generic "Node.js" task (which can execute any Node.js script).
The plugin also comes with a definition of Node.js executable capability, which can be useful in determining whether build agents are capable of building Node.js projects. You can read about Bamboo capabilities here: https://confluence.atlassian.com/display/BAMBOO/capability
This plugin may soon get bundled into Bamboo, which would mean it would be distributed with Bamboo and would be officially supported. There are NO plans to add pricing to this plugin of which I know.
Best regards,
Marcin OleÅ›
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.