Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo agent capabilities with integer values

mireksz August 20, 2018

Is there a way to keep agent capabilities as Integers, so the job/task can require agent with, for example "TEST_UNIT capability bigger than 3"?

I mean classic integer comparison, without using crazy regexp patterns.

1 answer

0 votes
Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 13, 2018

Hi @mireksz,

Yes using this regex.

^(?:[3-9]|[12]\d)\d*$

 Matches anything above 3. regex equal or greater than the number 3

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events