- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 192 for promote (0.12 sec)
-
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepPromote.kt
init { id("Promotion_SnapshotFromQuickFeedbackStepPromote") name = "Nightly Snapshot (from QuickFeedback) - Promote" description = "Promotes a previously built distribution on this agent on '${branch.branchName}' from Quick Feedback as a new nightly snapshot. This build checks out gradle-promote, so don't be misled by the 'master' branch." steps { buildStep(Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 1.8K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PromotionProjectTests.kt
upload.assertTasks("prepReleaseNightly uploadAll") assertEquals(expectedGradleParams, upload.gradleParams) val promote = gradleStep(steps, 2) promote.assertTasks("prepReleaseNightly promoteReleaseNightly") assertEquals(expectedGradleParams, promote.gradleParams) } @Test fun `start release cycle promotion build type runs one gradle invocation`() {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jun 12 09:41:54 UTC 2025 - 15.3K bytes - Viewed (1) -
.teamcity/src/main/kotlin/promotion/BasePublishGradleDistribution.kt
prepTask: String, stepTask: String, ) { gradleWrapper { name = "Promote" tasks = "$prepTask $stepTask" gradleParams = promotionBuildParameters(RelativeId("Check_Stage_${triggerName}_Trigger"), extraParameters, gitUserName, gitUserEmail) conditions { doesNotEqual("skip.promote", "true") } }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 3.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/VersionedSettingsBranch.kt
private const val EXPERIMENTAL_BRANCH = "xperimental" // master branch of gradle/gradle-promote private const val GRADLE_PROMOTE_MASTER_VCS_ROOT_ID = "Gradle_GradlePromoteMaster" // experimental branch of gradle/gradle-promote private const val GRADLE_PROMOTE_EXPERIMENTAL_VCS_ROOT_ID = "Gradle_GradlePromoteExperimental"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 2.5K bytes - Viewed (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
if [[ "$TRIGGERED_BY" == *"Release - Final"* ]]; then source version-info-final-release/promote-projects/gradle/build/version-info.properties export WRAPPER_VERSION="$promotedVersion" elif [[ "$TRIGGERED_BY" == *"Release - Release Candidate"* ]]; then source version-info-release-candidate/promote-projects/gradle/build/version-info.properties export WRAPPER_VERSION="$promotedVersion" fiRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jul 29 03:20:20 UTC 2025 - 2.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/StartReleaseCycle.kt
description = "Enter the git 'user.name' configuration to commit change under", display = ParameterDisplay.PROMPT, allowEmpty = true, ) } steps { gradleWrapper { name = "Promote" tasks = "clean promoteStartReleaseCycle" useGradleWrapper = true gradleParams =
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 2.8K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/ConnectionPool.kt
maxIdleConnections = maxIdleConnections, keepAliveDuration = keepAliveDuration, timeUnit = timeUnit, connectionListener = connectionListener, ), ) // Internal until we promote ConnectionListener to be a public API. internal constructor( maxIdleConnections: Int = 5, keepAliveDuration: Long = 5, timeUnit: TimeUnit = TimeUnit.MINUTES,Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 21:55:03 UTC 2025 - 3.4K bytes - Viewed (0) -
LICENSE
in the documentation and/or other materials provided with the distribution. * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Aug 09 14:54:31 UTC 2024 - 1.4K bytes - Viewed (0) -
LICENSES/vendor/github.com/antlr4-go/antlr/v4/LICENSE
notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither name of copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Mon Apr 22 17:54:32 UTC 2024 - 1.6K bytes - Viewed (0) -
docs/releasing.md
"s/version = \".*\"/version = \"$NEXT_VERSION\"/g" \ build.gradle.kts git commit -am "Prepare next development version." git push ``` 4. Wait for [GitHub Actions][github_actions] to build and promote the release.Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Nov 19 15:45:22 UTC 2025 - 1.1K bytes - Viewed (0)