One of the steps in my build process is to run automated load and UI/Selenium tests to verify everything's working. I'm doing this by spinning up a new cloud environment and spinning it down once the tests are complete. However, if tests fail, the stage to spin down the environment doesn't run.
Is there a way to configure my build so that it ALWAYS runs the spin-down scripts regardless of previous success/failure?
To give you an idea of what this looks like:
Screen Shot 2014-10-31 at 8.25.07 AM.png
I think you should simply consolidate 3 last stages/jobs into one stage/job. In a job you can mark a task as a finalizing and it will always be executed.
Thanks, I'll give this a shot. it'd be nice to be able to do this on a stage level, as I am going to be adding in load tests into that, which can be run in parallel with the UI tests. With your suggestion I'd be unable to do this.
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.
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.