Skip to content

Commit 31cd2ba

Browse files
committed
Changed containerName description
1 parent a6b200c commit 31cd2ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/groovy/com/rundeck/plugins/azure/plugin/AzureFileStoragePlugin.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ class AzureFileStoragePlugin implements ExecutionFileStoragePlugin, ExecutionMul
6969

7070
@PluginProperty(
7171
title = "Container Name",
72-
description = "Define the container name where the logs will be saved.",
73-
defaultValue = "The base of the path set. Eg: If the path=\"project/\${job.project}/\${job.execid}\" then the containerName property will be \"project\""
72+
description = "(Optional) Define the container name where the logs will be saved. If not set, it'll be obtained from `path` property. Eg: If the path=\"project/\${job.project}/\${job.execid}\" then the containerName property will be \"project\""
7473
)
7574
public String containerName = null
7675

0 commit comments

Comments
 (0)