Configuring Octopus in Serena Dimentions CM

Hi,

In my current project, we have Serena Dimentions CM as the source control for out .NET applications and we are deploying everything manually. Would we be able to configure Octopus?

Hi,

Thanks for getting in touch! Our general rule of thumb is if you can package it, Octopus can deploy it. Octopus doesn’t mind which tool you use for source control as long as it’s packaged in a supported package type (NuGet, Zip and Tar being the most commonly used). You can refer to the following documentation page which lists all of the supported types: https://octopus.com/docs/packaging-applications/supported-packages

You can then publish your packages to a repository, and use them in your project’s deployment process. An important note here is only NuGet packages are supported when using external feeds. Other package types are supported when using the built-in repository. You can read more about repositories in our documentation: https://octopus.com/docs/packaging-applications/package-repositories

I hope this helps get you going! Let me know if you have any further questions. :slight_smile:

Best regards,

Kenny