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

Support "excludePaths" options in bitbucket-pipelines.yml's `condition` section

    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

      Bitbucket Pipelines currently support `includePaths` options in the `condition section:

                condition:
                    changesets:
                       includePaths:
                         # only xml files directly under path1 directory
                         - "path1/*.xml"
                         # any changes in deeply nested directories under path2
                         - "path2/**"
      

      It will be best that Pipelines supports `excludePaths` option for users who maintained a repository with a large number of directories in it.

      • Having the `excludePaths` will increase the yml readability
      • Easy for users to setup yml config when the repo has a large number of directories to track

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rchia Ronald C.
              Votes:
              110 Vote for this issue
              Watchers:
              65 Start watching this issue

              Dates

                Created:
                Updated: