Skip to content

Commit

Permalink
Add debug variables parameter to 1p-e2e pipeline (#7131)
Browse files Browse the repository at this point in the history
Adds a parameter that adds a step that prints certain key configuration
variables for debugging purposes
  • Loading branch information
hectormmg authored May 29, 2024
1 parent 9b14226 commit 159d9da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pipelines/1p-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
parameters:
- name: "debugVariables"
displayName: "Debug Variables"
type: boolean
default: false
variables:
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
LinuxContainerImage: "mcr.microsoft.com/onebranch/cbl-mariner/build:2.0" # Docker image which is used to build the project https://aka.ms/obpipelines/containers
Expand Down Expand Up @@ -43,3 +48,4 @@ extends:
samples:
- "Broker_WAMTestApp"
- "PerformanceTelemetrySample"
debugVariables: ${{ parameters.debugVariables }}

0 comments on commit 159d9da

Please sign in to comment.