Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BUILD_AGENT_NAME (0.3 sec)

  1. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/tasks/PerformanceTest.groovy

            List<JUnitTestCase> testCases = testSuite.testCases ?: []
            return testCases.findAll { !it.skipped }.collect {
                def agentName = System.getenv("BUILD_AGENT_NAME") ?: null
                new ScenarioBuildResultData(
                    scenarioName: it.name,
                    scenarioClass: it.className,
                    testProject: testProject,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 03 03:46:18 UTC 2022
    - 12.7K bytes
    - Viewed (0)
Back to top