- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for ReadyforRelease (0.05 sec)
-
.teamcity/src/test/kotlin/BuildScanTagUtilsTest.kt
model.stages[0].getBuildScanCustomValueParam(), ) assertEquals( "-DbuildScan.PartOf=QuickFeedback,PullRequestFeedback,ReadyforNightly,ReadyforRelease", model.stages[1].getBuildScanCustomValueParam(), ) assertEquals( "-DbuildScan.PartOf=ReadyforRelease",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Aug 05 16:58:51 UTC 2025 - 1.7K bytes - Viewed (0) -
.teamcity/settings.kts
|----- Check (buildTypeId: Gradle_Master_Check) | |---- QuickFeedbackLinux (buildTypeId: Gradle_Master_Check_QuickFeedbackLinux) | |---- QuickFeedback | |---- ... | |---- ReadyForRelease | |----- Promotion (buildTypeId: Gradle_Master_Promotion) | |----- Nightly Snapshot | |----- ... | |----- Util |----- WarmupEc2Agent |----- AdHocPerformanceTest
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 14 07:58:26 UTC 2025 - 1.2K bytes - Viewed (0) -
.teamcity/src/test/kotlin/BuildTypeTest.kt
"-s", "%additional.gradle.parameters%", "--continue", "-DbuildScan.PartOf=QuickFeedbackLinuxOnly,QuickFeedback,PullRequestFeedback,ReadyforNightly,ReadyforRelease", "-Dscan.tag.CompileAll", "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", "-Dscan.tag.Check",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 5.7K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
"-s", "%additional.gradle.parameters%", "--continue", "-DbuildScan.PartOf=PullRequestFeedback,ReadyforNightly,ReadyforRelease", "-Dscan.tag.PerformanceTest", ) assertEquals( ( listOf( "clean",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Sep 18 12:22:32 UTC 2025 - 8.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/BuildScanUtils.kt
// Generates a Build Scan custom value "PartOf=X,Y,Z" // where X, Y, Z are all the stages including current stage // For example, for the stage PullRequestFeedback, the custom value will be "PartOf=PullRequestFeedback,ReadyForNightly,ReadyForRelease" private fun Stage.getBuildScanCustomValues(): List<String> = StageName .values() .slice(this.stageName.ordinal until StageName.READY_FOR_RELEASE.ordinal + 1) .map { it.uuid }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 10 05:45:46 UTC 2025 - 1.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
init: PublishRelease.() -> Unit = {}, ) : PublishGradleDistributionFullBuild( promotedBranch = promotedBranch, prepTask = prepTask, promoteTask = promoteTask, triggerName = "ReadyforRelease", gitUserEmail = "%gitUserEmail%", gitUserName = "%gitUserName%", extraParameters = "-PconfirmationCode=%confirmationCode%", ) { init { params { text(Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 4K bytes - Viewed (0) -
.teamcity/README.md
|------ MyTestBranch |---------- Check | |--------- QuickFeedbackLinux | |--------- QuickFeedback | |--------- ... | |--------- ReadyForRelease | |---------- Promotion | |--------- Publish Nightly Snapshot | |--------- Publish Branch Snapshot | |--------- ... |Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 06 23:02:25 UTC 2024 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
} } } // https://github.com/gradle/gradle-private/issues/4527 // https://github.com/gradle/gradle-private/issues/4528 // Trigger ReadyForNightly and ReadyForRelease for provider-api-migration/public-api-changes branch // TODO: remove this after the branch is merged const val PROVIDER_API_MIGRATION_BRANCH = "provider-api-migration/public-api-changes"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 12:17:39 UTC 2025 - 7.2K bytes - Viewed (0)