- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for defaultBranchName (0.06 sec)
-
.teamcity/src/main/kotlin/configurations/DownloadGitRepoToEc2Agent.kt
name = "Download Git Repo to EC2 Agent" description = "Do nothing but downloading gradle/gradle repo to EC2 agents" applyDefaultSettings(artifactRuleOverride = "") params { param("defaultBranchName", "master") } steps { script { name = "DO_NOTHING" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = "echo 'Repo downloaded'" }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 12 06:13:12 UTC 2025 - 758 bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/WarmupEc2Agent.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 1.2K bytes - Viewed (0)