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

Jenkins Job calling SDA/Deployment Automation

Can a Jenkins Job call a deployment flow/process in SDA/Deployment Automation ? Do we have SDA/Deployment Automation plugin for Jenkins ?
  • 0
    If you search within Serena Central, you can find a published Jenkins HPI -- a plugin for Jenkins that adds some DA functions. You can also find it here: https://www.serenacentral.com/assets/plug-ins/sda-plugin/jenkins-da-plugin

    The plugin allows simple functions, such as publish the results of a build to DA, or change a status. DA can then be configured to auto-start a process whenever a new version of a component is created.

    If you are using Jenkins pipelines this plugin adds the ability to call DA to start jobs. There are also a couple of tutorials for the plugin included here within Serena Central.