Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from OctopusDeploy/add-runbookrun-known-var
Browse files Browse the repository at this point in the history
Added a RunbookRun.Id known variable
  • Loading branch information
mcasperson authored Apr 22, 2020
2 parents 4988a16 + 36197d2 commit ba3cdd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Server.Contracts/KnownVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ public static class Tenant
}
}

public static class RunbookRun
{
public static readonly string Id = "Octopus.RunbookRun.Id";
}

public static class Certificate
{
public static string Name(string variableName)
Expand Down

0 comments on commit ba3cdd0

Please sign in to comment.