Skip to content

Commit 4516eb7

Browse files
committed
runbookresource
1 parent 5680947 commit 4516eb7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/Octopus.Server.Client/Model/DeploymentResource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public DeploymentResource()
7979
public string DebugMode { get; set; }
8080

8181
/// <summary>
82-
/// When enabled, fails target discovery steps when no matching targets are found
82+
/// If set to true, target discovery steps that find no matching targets will fail. If false, steps with no matching targets will be skipped.
8383
/// </summary>
8484
[WriteableOnCreate]
8585
public bool FailTargetDiscovery { get; set; }

source/Octopus.Server.Client/Model/RunbookResource.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@ public class RunbookResource : Resource, INamedResource, IHaveSpaceResource, IHa
5050

5151
[Writeable]
5252
public bool ForcePackageDownload { get; set; }
53+
54+
[Writeable]
55+
public bool FailTargetDiscovery { get; set; }
5356
}
5457
}

0 commit comments

Comments
 (0)