From a0514f3d608e0e7155527a2f8fcc436f38844c61 Mon Sep 17 00:00:00 2001 From: Alastair Pitts Date: Mon, 27 Nov 2023 15:07:26 +1100 Subject: [PATCH] Add KubernetesJobScriptExecutionContext (#693) --- .../KubernetesJobScriptExecutionContext.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source/Octopus.Tentacle.Contracts/ScriptServiceV3Alpha/KubernetesJobScriptExecutionContext.cs diff --git a/source/Octopus.Tentacle.Contracts/ScriptServiceV3Alpha/KubernetesJobScriptExecutionContext.cs b/source/Octopus.Tentacle.Contracts/ScriptServiceV3Alpha/KubernetesJobScriptExecutionContext.cs new file mode 100644 index 000000000..831b3bf05 --- /dev/null +++ b/source/Octopus.Tentacle.Contracts/ScriptServiceV3Alpha/KubernetesJobScriptExecutionContext.cs @@ -0,0 +1,6 @@ + +namespace Octopus.Tentacle.Contracts.ScriptServiceV3Alpha +{ + public class KubernetesJobScriptExecutionContext : IScriptExecutionContext + { } +} \ No newline at end of file