• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

facebookincubator / TTPForge / 14181872669 / 1
64%
main: 67%

Build:
Build:
LAST BUILD BRANCH: export-D89671295
DEFAULT BRANCH: main
Ran 31 Mar 2025 09:31PM UTC
Files 59
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Mar 2025 09:29PM UTC coverage: 64.353%. First build
14181872669.1

Pull #535

github

facebook-github-bot
TTPForge: Add variable passing between steps (#535)

Summary:
Pull Request resolved: https://github.com/facebookincubator/TTPForge/pull/535

Create the ability to dynamically set variables based on step outputs and then use them in subsequent steps.  This is achieved via two large changes:
- All steps take an `outputvar` value, and each step manually defines how it sets this value.  Steps where it doesn't make sense to have an output variable just do nothing with this value.
  - Inline step pipes any stdout output to a variable
  - HTTPRequest step pipes response body (or regex result of response body if set) to a variable
  - FetchURI step pipes the entire content output to a variable
  - All other steps do not currently define an output
- All steps now do a second templating step at step load time using these tags `{[{ ... }]}`. All steps now have a Template method, which each step needs to define to manually specify which variables will be templated.  We do this because TTPForge by default only templates once before loading the YAML.

Differential Revision: D71841703
Pull Request #535: TTPForge: Add step level templating

2123 of 3299 relevant lines covered (64.35%)

16.99 hits per line

Source Files on job 14181872669.1
  • Tree
  • List 59
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14181872669
  • 7ce37538 on github
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc