Do you know how to name your builds?

Updated by Brady Stroud [SSW] 1 year ago. See history

123
<introEmbed body={<> You should always follow a naming standard when naming your builds. This helps you identify their purpose at a glance. </>} />

The build name should have the following suffixes, depending on their purpose:

  • .CI - For continuous integration builds. These are triggered automatically and do not deploy anywhere.
  • .CD.[Environment] - For continuous delivery builds. These are triggered automatically and deploy to an environment. You should specify which environment it deploys to as well.

✅ Figure: Good Example: We have two continuous delivery builds to our staging environment.

Acknowledgements

Ben Cull
Related rules

Need help?

SSW Consulting has over 30 years of experience developing awesome software solutions.

We open source.Loving SSW Rules? Star us on GitHub. Star