- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for promotionBuildParameters (1.05 sec)
-
.teamcity/src/main/kotlin/promotion/BasePublishGradleDistribution.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.gradleWrapper import common.promotionBuildParameters import jetbrains.buildServer.configs.kotlin.BuildSteps import jetbrains.buildServer.configs.kotlin.FailureAction import jetbrains.buildServer.configs.kotlin.RelativeId abstract class BasePublishGradleDistribution(
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jun 26 12:10:23 UTC 2025 - 3.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/StartReleaseCycle.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.gradleWrapper import common.promotionBuildParameters import jetbrains.buildServer.configs.kotlin.ParameterDisplay import jetbrains.buildServer.configs.kotlin.RelativeId object StartReleaseCycle : BasePromotionBuildType() { init {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 2.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
"-Dorg.gradle.java.installations.auto-detect=false", "-Porg.gradle.java.installations.auto-detect=false", ) + os.javaInstallationLocations(arch) fun promotionBuildParameters( dependencyBuildId: RelativeId, extraParameters: String, gitUserName: String, gitUserEmail: String, ): String = listOf(
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0)