diff --git a/src/main/groovy/com/rundeck/plugin/HttpNotificationPlugin.groovy b/src/main/groovy/com/rundeck/plugin/HttpNotificationPlugin.groovy index d554daf..d1cb871 100644 --- a/src/main/groovy/com/rundeck/plugin/HttpNotificationPlugin.groovy +++ b/src/main/groovy/com/rundeck/plugin/HttpNotificationPlugin.groovy @@ -196,6 +196,7 @@ class HttpNotificationPlugin implements NotificationPlugin, Describable { .description("File path where you will write the response.") .required(false) .renderingOption(StringRenderingConstants.GROUP_NAME,"Print") + .renderingOption(StringRenderingConstants.GROUPING,"secondary") .build()) .build();