Skip to content

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy

License

Notifications You must be signed in to change notification settings

OctopusDeploy/Library

Folders and files

NameName
Last commit message
Last commit date
Nov 24, 2023
Jan 12, 2024
Dec 12, 2023
Oct 2, 2023
Aug 1, 2022
Oct 17, 2023
Feb 9, 2024
Nov 3, 2022
Feb 22, 2016
Feb 22, 2016
Feb 22, 2016
May 26, 2022
May 26, 2022
Feb 3, 2017
Nov 3, 2022
May 26, 2022
Sep 19, 2016
Feb 22, 2016
Feb 6, 2017
Jan 26, 2021
Feb 22, 2016
Nov 16, 2023
Jun 28, 2023
Jun 28, 2023
Nov 9, 2021

Repository files navigation

Library

A repository of step templates and other community-contributed extensions to Octopus Deploy. The website to download step templates from is https://library.octopus.com.

Organization

  • Step templates are checked into /step-templates as raw JSON exports direct from Octopus Deploy
  • The library website is largely under /app, with build artifacts at the root of the repository
  • The /tools folder contains utilities to help with editing step templates

Contributing step templates or to the website

Read our contributing guidelines for information about contributing step templates and to the website.

Reviewing PRs

When reviewing a PR, keep the following things in mind:

  • Id should be a GUID that is not 00000000-0000-0000-0000-000000000000
  • Version should be incremented, otherwise the integration with Octopus won't update the step template correctly
  • Parameter names should not start with $
  • The DefaultValues of Parameters should be either a string or null.
  • LastModifiedBy field must be present, and (optionally) updated with the correct author
  • If a new Category has been created:
    • An image with the name {categoryname}.png must be present under the step-templates/logos folder
    • The switch in the humanize function in gulpfile.babel.js must have a case statement corresponding to it