I setup JIRA, Stash, and Bamboo together (I am not sure if correctly) and want to grab a repository from Stash to Bamboo, then deploy it to a FTP server.
I got as far as the Plan setup, now how do I deploy the files to the FTP server? Is there something I am missing?
This feature really needs to exist because of limitations in some server hosting. Especially with PHP/Drupal/Wordpress development where (S)FTP deployment is standard workflow.
The only proper GIT -> deploy FTP tool currently available is Beanstalk. They auto deploy via (S)FTP only the changed files automatically.
Hi everyone,
In case someone needs to deal with FTP here is the plugin: FTP Task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Miguel,
You can do a lot of different tasks after building a project using bamboo. Unforunately uploading to a FTP server isn't a standard task. You could use a plugin, e.g. this one (I have not tested it) or you upload it via the command line as a bamboo task (using "Script" task). Alternatively can you upload the build result via SSH or SCP? There are standard tasks available.
Regards, Mirko
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.