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