Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-22342

Correct the error message with respect to runner configuration

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Consider an example where a user has configured a runner type "Docker Linux(x86_64)", but has defined a "linux shell" type in the YAML configuration

       runs-on:
                      - 'self.hosted'
                      - 'linux.shell' # correct config should be 'linux'
      

      Error observed when user try to run the pipeline:

      "The Docker feature is not supported on this self-hosted runner's platform."
      

      The above error is misleading, and does not help the user to get the root cause of the issue. The request, in this case, is to update the error as

      "could not find any runner with label linux.shell"

      or

      Runner type specified is incorrect

      Attachments

        Activity

          People

            Unassigned Unassigned
            f6d4dc412ba0 Lavanya K
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: