Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-12465

Allow default commit filtering to be editable

    XMLWordPrintable

Details

    Description

      When releasing a Maven project with the mvn release:prepare command, the related commits are ignored by Bamboo.
      This is OK for the first commit (starting with "[maven-release-plugin] prepare release"), but the second commit should not be ignored ("[maven-release-plugin] prepare for next development iteration").

      The exclusion pattern is hard-coded as:

      \\[maven-release-plugin\\].*
      

      The following pattern would be more appropriate:

      \\[maven-release-plugin\\] prepare release.*
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              smaiyaki Sultan Maiyaki (Inactive)
              Votes:
              11 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated: