Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PublishNightlySnapshotFromQuickFeedback (2.63 sec)

  1. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedback.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package promotion
    
    import common.VersionedSettingsBranch
    
    class PublishNightlySnapshotFromQuickFeedback(
        branch: VersionedSettingsBranch,
    ) : PublishGradleDistributionFullBuild(
            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)
  2. .teamcity/src/main/kotlin/promotion/PromotionProject.kt

            name = "Promotion"
    
            cleanupRule(historyDays = 14, artifactsDays = 7)
    
            buildType(SanityCheck)
            buildType(PublishNightlySnapshot(branch))
            buildType(PublishNightlySnapshotFromQuickFeedback(branch))
            buildType(PublishNightlySnapshotFromQuickFeedbackStepCheckReady(branch))
            buildType(PublishNightlySnapshotFromQuickFeedbackStepUpload(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)
Back to top