diff --git a/app/scripts/modules/core/src/help/help.contents.ts b/app/scripts/modules/core/src/help/help.contents.ts index 5bc322bf0ec..773dd3cbfda 100644 --- a/app/scripts/modules/core/src/help/help.contents.ts +++ b/app/scripts/modules/core/src/help/help.contents.ts @@ -103,9 +103,9 @@ module(HELP_CONTENTS, []) 'pipeline.config.enableAsg.cluster': '
Configures the cluster upon which this enable operation will act. The target specifies what server group to resolve for the operation.
', 'pipeline.config.disableAsg.cluster': 'Configures the cluster upon which this disable operation will act. The target specifies what server group to resolve for the operation.
', 'pipeline.config.destroyAsg.cluster': 'Configures the cluster upon which this destroy operation will act. The target specifies what server group to resolve for the operation.
', - 'pipeline.config.jenkins.propertyFile': '(Optional) Configures the name to the Jenkins artifact file used to pass in properties to later stages in the Spinnaker pipeline.
', + 'pipeline.config.jenkins.propertyFile': '(Optional) Configures the name to the Jenkins artifact file used to pass in properties to later stages in the Spinnaker pipeline. The contents of this file will now be available as a map under the trigger and accessible via trigger.properties. See Pipeline Expressions docs for more information.
', 'pipeline.config.travis.job.isFiltered': 'Note that for performance reasons, not all jobs are displayed. Please use the search field to limit the number of jobs.
', - 'pipeline.config.travis.propertyFile': '(Optional) Configures the name to the Travis artifact file used to pass in properties to later stages in the Spinnaker pipeline.
', + 'pipeline.config.travis.propertyFile': '(Optional) Configures the name to the Travis artifact file used to pass in properties to later stages in the Spinnaker pipeline. The contents of this file will now be available as a map under the trigger and accessible via trigger.properties. See Pipeline Expressions docs for more information.
', 'pipeline.config.bake.package': `The name of the package you want installed (without any version identifiers).
If your build produces a deb file named "myapp_1.27-h343", you would want to enter "myapp" here.