Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 50 for Scans (0.34 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/travis-ci.adoc

    === Build scan integration
    
    The sample project is equipped with support for generating link:https://scans.gradle.com/[build scans].
    Running the build with the command line option `--scan` renders a link in the console.
    
    [listing.terminal.sample-command]
    ----
    $ ./gradlew build --scan
    Publishing build scan...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. .github/ISSUE_TEMPLATE/30_contributor_regression.yml

      - type: input
        id: build-scan-url
        attributes:
          label: Build scan URL (optional)
          description: |
            You can run your build command with `--scan` to publish a Build Scan to [scans.gradle.com](https://scans.gradle.com/).
        validations:
          required: false
      - type: textarea
        id: environment
        attributes:
          label: Your Environment (optional)
          description: |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 16 07:49:32 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/legacy/BuildScanScopeIdsIntegrationTest.groovy

    import org.junit.Rule
    
    class BuildScanScopeIdsIntegrationTest extends AbstractIntegrationSpec {
    
        @Rule
        public final ScopeIdsFixture scopeIds = new ScopeIdsFixture(executer, temporaryFolder)
    
        def "exposes scans view of scope IDs"() {
            when:
            buildScript """
                def ids = project.gradle.services.get($BuildScanScopeIds.name)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 17 10:17:11 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/overview/userguide.adoc

    Gradle, Inc. provides a free service called https://scans.gradle.com/[Build ScanĀ®] that provides extensive information and insights about your builds.
    You can view scans to identify problems or share them for debugging help.
    
    === Supported Languages and Frameworks
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. src/cmd/go/internal/version/version.go

    			fmt.Fprintf(os.Stderr, "%v\n", err)
    			base.SetExitStatus(1)
    			continue
    		}
    		if info.IsDir() {
    			scanDir(arg)
    		} else {
    			scanFile(arg, info, true)
    		}
    	}
    }
    
    // scanDir scans a directory for binary to run scanFile on.
    func scanDir(dir string) {
    	filepath.WalkDir(dir, func(path string, d fs.DirEntry, err error) error {
    		if d.Type().IsRegular() || d.Type()&fs.ModeSymlink != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 19:27:00 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  6. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/scan/time/BuildScanClock.java

     */
    
    package org.gradle.internal.scan.time;
    
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    /**
     * A view of the Gradle runtime's clock used by build scans.
     *
     * The provider is _required_ to provide monotonic timestamps.
     *
     * @since 4.2
     */
    @ServiceScope(Scope.BuildTree.class)
    public interface BuildScanClock {
    
        /**
         * The current wall clock time.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1K bytes
    - Viewed (0)
  7. .github/ISSUE_TEMPLATE/10_contributor_bug_report.yml

      - type: input
        id: build-scan-url
        attributes:
          label: Build scan URL (optional)
          description: |
            You can run your build command with `--scan` to publish a Build Scan to [scans.gradle.com](https://scans.gradle.com/).
        validations:
          required: false
      - type: textarea
        id: environment
        attributes:
          label: Your Environment (optional)
          description: |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 16 07:49:32 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. build-logic/profiling/src/main/kotlin/gradlebuild.buildscan.gradle.kts

                if (isGhActions) {
                    tag("GH_ACTION")
                }
                whenEnvIsSet("BUILD_TYPE_ID") { buildType ->
                    value(tcBuildTypeName, buildType)
                    link("Build Type Scans", customValueSearchUrl(mapOf(tcBuildTypeName to buildType)))
                }
            }
        }
        if (isCodeQl) {
            buildScan {
                tag("CODEQL")
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. build-logic/root-build/src/main/kotlin/gradlebuild.root-build.gradle.kts

     * limitations under the License.
     */
    
    plugins {
        id("gradlebuild.internal.cc-experiment")
        id("gradlebuild.buildscan") // Reporting: Add more data through custom tags to build scans
        id("gradlebuild.ide") // Local development: Tweak IDEA import
        id("gradlebuild.dependency-analysis") // Auditing dependencies to find unused libraries
        id("gradlebuild.warmup-ec2") // Warm up EC2 AMI
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 05 12:37:04 UTC 2023
    - 979 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/jenkins.adoc

    === Build scan integration
    
    The sample project is equipped with support for generating https://scans.gradle.com/[build scans].
    Running the build with the command line option `--scan` renders a link in the console.
    
    [listing.terminal.sample-command]
    ----
    $ ./gradlew build --scan
    
    Publishing build scan...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top