Skip to content

Commit

Permalink
Jenkinsfile-dynamatrix: add a dynamatrixGlobalState.enableDebugTraceG…
Browse files Browse the repository at this point in the history
…ithubStatusHighlights toggle

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Oct 21, 2023
1 parent 3910b0e commit 971f53e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile-dynamatrix
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,14 @@ if ( env?.BRANCH_NAME ==~ /.*verbose.*/ )
dynamatrixGlobalState.enableDebugErrors = true
dynamatrixGlobalState.enableDebugMilestones = true
dynamatrixGlobalState.enableDebugMilestonesDetails = true
dynamatrixGlobalState.enableDebugTraceGithubStatusHighlights = true
}

if (true) // <<< (Un-)comment away in select runs/branches
//if (false) // <<< (Un-)comment away in select runs/branches
//if ( env?.BRANCH_NAME ==~ /.*fightwarn.*/ )
{
dynamatrixGlobalState.enableDebugTraceGithubStatusHighlights = true
}

dynamatrixPipeline(dynacfgBase, dynacfgPipeline)

0 comments on commit 971f53e

Please sign in to comment.