Skip to content

Commit

Permalink
Jenkinsfile-dynamatrix: leave "enableDebugTraceGithubStatusHighlights…
Browse files Browse the repository at this point in the history
…=true" default just for fightwarn-like branches

Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
  • Loading branch information
jimklimov committed Oct 24, 2023
1 parent 8ab6376 commit 7979e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile-dynamatrix
Original file line number Diff line number Diff line change
Expand Up @@ -1291,9 +1291,9 @@ if ( env?.BRANCH_NAME ==~ /.*verbose.*/ )
dynamatrixGlobalState.enableDebugTraceGithubStatusHighlights = true
}

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

0 comments on commit 7979e20

Please sign in to comment.