This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can SDA perform analysis of the test results and then trigger a deployment build on TeamCity automatically?

Hi,

Is it possible with Serena Deployment Automation when automated tests are executed in DevOps pipeline, the test results are analysed (without human intervention) and based on the results (ex: 100% tests passed) a deployment build is triggered on TeamCity automatically ?

This feature is required for Continuous Deployment.

Thanks!
  • 0  
    SDA has a whole range of plugins, which integrate with various build and test systems.

    If a plugin is not available then it is possible to create a custom plugin, or if the build or test system is commandline callable, then simply use a shell step and call the commandline from within the component process.
  • 0
    DA has a built in scanner for the output of any process step(s). Based upon the presence or absence of specific words or phrases (such as Error, Failure, etc.) DA can branch to trigger a build or call many other paths or processes.

    Short answer to your question is Yes, DA can do that.