Search Unity

Requested features for UCB

Discussion in 'Unity Build Automation' started by liortal, Dec 18, 2017.

  1. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Hi,

    I'd like to request a few features, not sure whether these are already planned or not:

    Scheduled builds

    Allow us to specify the schedule to run builds, instead of automatically per source control commit.
    For example - i'd like some builds to run on a daily (or nightly) basis.

    Branch Filter

    Specify a wildcard / regex string that will determine the branches a particular build configuration monitors.

    Right now, there's a 1-1 correlation between build configuration and git branch (we use git).
    In a multi-branch development environment (which is probably how lots of teams work), i'd like to set up a branch filter, such as:
    release-*
    master
    development
    integration

    Any changes from these filters will trigger a build for the build configuration.
     
    RakivEldring likes this.
  2. RakivEldring

    RakivEldring

    Joined:
    Nov 2, 2017
    Posts:
    8
    Both of these changes would help us also.

    We are getting to have many builds and branches. Would be great if some of the manual steps can be automated/configured like above.

    Edit:

    Could be possible to do with the REST API but then you will have to ahve another service/server that runs those request. Anyone tried that?

    Better to have native support in the dashboard I would think.