Skip to content

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

License

Notifications You must be signed in to change notification settings

mhenry1384/Library

 
 

Repository files navigation

Library

Differences between this fork and the main fork

  • Step template to send an email, but warn if there's an error sending
  • Updated File System - Create Folder to add permissions

Library

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

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 $
  • 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

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 44.3%
  • JavaScript 40.6%
  • CSS 8.6%
  • Shell 3.6%
  • C# 1.6%
  • HTML 1.2%
  • Batchfile 0.1%