Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for uploadAll (0.12 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 Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepUpload.kt

                    ******@****.***rEmail,
                    ******@****.***rName,
                    branch.prepNightlyTaskName(),
                    "uploadAll",
                )
            }
        }
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top