Gulp doing tasks in bamboo

I added an npm task to install all my dependencies in bamboo. This command is successful. Now I want to add the gulp task. I added addJS addon to my bamboo plan. Using this, I want to execute the gulp command (ex: gulp minify). I cannot find a way to execute this command. Can someone please help me solve this problem.

+1
source share
1 answer

Bamboo Node.js Support for the addon you referenced is the Gulp function . I think it comes with newer versions of Atlassian Bamboo , maybe you need a newer version?

Node.js Bamboo Plugin (Bitbucket) , :

( devDependencies) package.json Node.js. , "Grunt 0.4.x", "Gulp", "Bower", "Nodeunit" "Mocha" Test Runner ".

  • ...
  • Gulp
  • ...
0

Source: https://habr.com/ru/post/1626257/


All Articles