From 72aa887e1c4badfa8f1f7f628df8284550076c24 Mon Sep 17 00:00:00 2001 From: Dan Alvizu Date: Tue, 26 Sep 2017 13:46:16 -0600 Subject: [PATCH] Update Tooltip: Pipeline Config -> Property File Add docs from the 'pipeline expressions' guide about where the contents of the 'Property File' are usable, as well as a link back to the doc: https://www.spinnaker.io/guides/user/pipeline-expressions/ --- app/scripts/modules/core/src/help/help.contents.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.