- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 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)