Hello,
I have a gulp script to validate, concatenate, and minimize source files. When I run this script locally, everything works fine and I see the output files in my Packaged directory I specified in the script.
I then add this project to Bamboo and using the NodeJS/Gulp plugin have a plan that calls my gulpfile. But in the resulting war file I do not see anything in the Packaged directory.
Any ideas of why this is occurring?
Thank you!
Hi @Clifford Lum,
without knowing your Gulp task configuration or without analyzing Bamboo server/agent logs, it's hard to tell what went wrong here.
Could you post us your Gulp task configuration? A screenshot or a list of all the configuration values would be great. Please also give us the 'Advanced' section config.
Also, if I understand correctly, you use some other tasks to package the result into a WAR file. I'd recommend running the Gulp task in isolation to see where the problem is.
If the artifacts were not generated by both "Gulp task" and "Script task", then the problem might not be related to Bamboo Node.js Plugin but something else. Please give us the result of this test, so it'll be easier to help.
Also, please note that "Bamboo Node.js Plugin" is a supported plugin, so you can open an Atlassian support ticket with your problem: https://support.atlassian.com/servicedesk/customer/bsp
Regards,
Marcin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.