Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Util_DownloadGitRepoToEc2Agent (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/src/main/kotlin/configurations/DownloadGitRepoToEc2Agent.kt

    import jetbrains.buildServer.configs.kotlin.BuildType
    import jetbrains.buildServer.configs.kotlin.buildSteps.script
    
    object DownloadGitRepoToEc2Agent : BuildType({
        val id = "Util_DownloadGitRepoToEc2Agent"
        name = "Download Git Repo to EC2 Agent"
        description = "Do nothing but downloading gradle/gradle repo to EC2 agents"
    
        applyDefaultSettings(artifactRuleOverride = "")
    
        params {
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Nov 12 06:13:12 GMT 2025
    - 758 bytes
    - Click Count (0)
Back to Top