Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for uploadAll (0.05 sec)

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

        init {
            steps {
                if (prepTask != null) {
                    buildStep(extraParameters, gitUserName, gitUserEmail, triggerName, prepTask, "uploadAll")
                    buildStep(extraParameters, gitUserName, gitUserEmail, triggerName, prepTask, promoteTask)
                } else {
                    buildStep(
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Feb 13 14:18:23 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepUpload.kt

                    ******@****.***rEmail,
                    ******@****.***rName,
                    branch.prepNightlyTaskName(),
                    "uploadAll"
                )
            }
        }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Mon Jul 25 21:00:40 UTC 2022
    - 1.7K bytes
    - Viewed (0)
Back to top