Created
November 4, 2021 14:20
-
-
Save ghale/d0beb619d46872d1e645d6b29e420771 to your computer and use it in GitHub Desktop.
Capturing Maven builds without parallel enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def maxThreads = session.request.degreeOfConcurrency | |
if (maxThreads > 1) { | |
buildScan.tag "PARALLEL" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment