Skip to content

Commit

Permalink
fix(tooltip): updating conditional on expression tooltip) (#5028)
Browse files Browse the repository at this point in the history
  • Loading branch information
emjburns committed Mar 19, 2018
1 parent 2a657a2 commit b25c932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/scripts/modules/core/src/help/help.contents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ module(HELP_CONTENTS, [])
<p>Please include an email address or slack channel as appropriate.</p>`,
'pipeline.config.optionalStage': `
<p>When this option is enabled, stage will only execute when the supplied expression evaluates true.</p>
<p>The expression <em>does not</em> need to be wrapped in \${ and }.</p>`,
<p>The expression <em>does not</em> need to be wrapped in \${ and }.</p>
<p>If this expression evaluates to false, the stages following this stage will still execute.</p>`,
'pipeline.config.checkPreconditions.failPipeline': `
<p><strong>Checked</strong> - the overall pipeline will fail whenever this precondition is false.</p>
<p><strong>Unchecked</strong> - the overall pipeline will continue executing but this particular branch will stop.</p>`,
Expand Down

0 comments on commit b25c932

Please sign in to comment.