Issue in setting up Grunt 0.4.x configuration Task with grunt-curl

Issue #27 resolved
gourav sharma created an issue

Hi ,

How can i set up grunt task in bamboo build plan to execute a task using grunt curl. I am using grunt curl (task name Get Artifactory) to get the files from other location before creating the final package. I did setup the task as below but it is not working:

Grunt CLI executable = Grunt_DEMO\node_modules\grunt-curl Task = grunt curl:GetArtifactory

The log shows.

simple 23-Jan-2015 15:01:56 Starting task 'Grunt' of type 'com.atlassian.bamboo.plugins.bamboo-nodejs-plugin:task.builder.grunt' command 23-Jan-2015 15:01:56 Beginning to execute external process for build 'GruntDEMO - try - Default Job #11 (GRUNTDEMO-TRY-JOB1-11)'\n ... running command line: \nC:\Program Files\nodejs\node.exe Grunt_DEMO\node_modules\grunt-curl grunt curl:GetArtifactory\n ... in: C:\Users\gsharm11\bamboo-home\xml-data\build-dir\GRUNTDEMO-TRY-JOB1\n ... using extra environment variables: ..... .....

Finished task 'Grunt' with result: Success

and it did nothing. Am i missing something here? It worked pretty fine when i use this from node.js command prompt.

Thanks Gourav

Comments (4)

  1. Log in to comment