Collect Footprints data for your Pipeline

Collect Footprints data for your Pipeline

If you have connected Tosca to SeaLights, you can configure the agent to collect details for test executions in Tosca. When you run a test, the agent matches the ABAP components that you executed against objects in the latest Build Modification. It then sends this data to SeaLights as a Footprint.

To configure the agent to collect Footprints data for your Pipeline, run the following command from your PowerShell window:

PS C:\apps\SLABAPAgent\bin> 	
[2025-06-18 15:07:58.337+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-18 15:07:58.337+01:00] [info] Config pathname: ../config/config.toml
[2025-06-18 15:07:58.341+01:00] [info] resource = footprints. command = run
[2025-06-18 15:07:58.341+01:00] [info] pipline: HH_SLABAPCLI_170625
[2025-06-18 15:07:58.370+01:00] [info] Run scheduled daily. interval = 5m. duration = 1d
[2025-06-18 15:07:58.370+01:00] [info] Total time: 00:00:00.033

This command creates a FOOTPRINTS scheduled task that runs every five minutes to Footprints data and sends it to SeaLights.

Stop collecting Footprints data for a Pipeline

To stop monitoring a Pipeline for Build Modifications, run the following from your PowerShell window:

PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe footprints stop --pipeline HH_SLABAPCLI_170625
[2025-06-20 10:06:45.590+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-20 10:06:45.590+01:00] [info] Config pathname: ../config/config.toml
[2025-06-20 10:06:45.594+01:00] [info] resource = footprints. command = run
[2025-06-20 10:06:45.606+01:00] [info] Stopped footprints run
[2025-06-20 10:06:45.606+01:00] [info] Total time: 00:00:00.017

Last updated

Was this helpful?