Populate ${bamboo.repository.branch.name} variable

Issue #23 resolved
Sergey Podobry created an issue

When we build we want to know which branch code is checked out ( out of dev, int, prod ) to add in artifact name or manifest. Right now we are achiving this by passing a Sytem variable to gradle build for each plans. But then it is lot of copy paste.

In TFS, we have something similar:

#!
Project
    Development
    Integration
    Production

Comments (1)

  1. Log in to comment