From 36197d2547d1045719711bef87386ebc17ca1a21 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Wed, 22 Apr 2020 13:42:17 +1000 Subject: [PATCH] Added a RunbookRun.Id known variable --- source/Server.Contracts/KnownVariables.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Server.Contracts/KnownVariables.cs b/source/Server.Contracts/KnownVariables.cs index af9f5087..8de8d55f 100644 --- a/source/Server.Contracts/KnownVariables.cs +++ b/source/Server.Contracts/KnownVariables.cs @@ -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)