This question is in reference to Atlassian Documentation: Triggering builds
I need to run Selenuim (UI) tests AFTER the websites is deployed on QA. It seems the only possible way is to create a new build plan (since running tests and parsing results is only a part of build plans). How can I trigger it after deployment?
Try this plugin https://marketplace.atlassian.com/plugins/com.atlassianlab.bamboo.plugins.bamboo-after-deployment-trigger-plugin/server/overview and watch for https://jira.atlassian.com/browse/BAM-14878 to see when feature will be implemented at Bamboo
@Alexey Chystoprudov - given the opportunity: many thanks for tackling all those small yet utterly helpful missing pieces recently (Bamboo After Deployment Trigger, Bamboo Fail Build Trigger, Bamboo agents usage visualization, Bamboo(5.10+) Build Times Plugin, Bamboo Agent Notifications, etc.), very much appreciated!
And btw., the compatibility info for most of those has not been updated automatically to 5.14.0.x due to https://ecosystem.atlassian.net/browse/AMKT-12857, so you might want to bump them manually to ease discovery.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Steffen Opel [Utoolity]. I'll update them this week
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the information about bamboo-after-deployment-trigger-plugin it does everything I need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad it works for you.
Can you please leave feedback on Marketplace to increase visibility
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@yogitac, fixed compatibility at Marketplace
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wouldn't this plugin add the risk of a cyclical dependency?
Isn't that why Bamboo doesn't have this trigger feature by default?
In an enterprise, how would the tool owner be able to track cyclical dependencies in an environment of 100s of building/deploying applications?
My suggestion would be:
Tester Build:
App Code Deployment:
This ensures you only use the latest working test code since it won't be available to the environment unless it was successful in the test build
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kevin McKenzie Sampson, the only reason this plugin is not bundled to product is increased complexity.
It looks like workaround to client's needs to have kind of build pipeline. Team decided not to add this workaround but work at pipeline feature at future releases.
Regards,
Alexey Chystoprudov
Bamboo team
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.