4

In TeamCity using their Service Message feature, one can set value to TeamCity variables from any script environment:

echo ##teamcity[foo 'booya']

If you run this in batch/Powershell, we can set TeamCity variable foo to booya.

How can I do something similar like this in Bamboo? I would like to format build number in certain way.

Thank you.

Community
  • 1
  • 1
iraSenthil
  • 11,307
  • 6
  • 39
  • 49

1 Answers1

2

this feature is not available in bamboo. It's an open feature request.

https://jira.atlassian.com/plugins/servlet/mobile#issue/BAM-10282

I deal with this by outputting an html build info page with build artifacts. This includes bamboo number and our actual number. It also links back to bamboo site.

Hth

Av

Avner
  • 4,286
  • 2
  • 35
  • 42