- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PublishNightlySnapshotFromQuickFeedbackStepCheckReady (1.37 sec)
-
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepCheckReady.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedbackStepCheckReady( branch: VersionedSettingsBranch, ) : BasePublishGradleDistribution( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 1.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
buildType(SanityCheck) buildType(PublishNightlySnapshot(branch)) buildType(PublishNightlySnapshotFromQuickFeedback(branch)) buildType(PublishNightlySnapshotFromQuickFeedbackStepCheckReady(branch)) buildType(PublishNightlySnapshotFromQuickFeedbackStepUpload(branch)) buildType(PublishNightlySnapshotFromQuickFeedbackStepPromote(branch))
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 2.8K bytes - Viewed (0)