-
Bug
-
Resolution: Fixed
-
Low
-
8.0.0
-
None
-
Severity 3 - Minor
-
Issue Summary
When plan's TagTrigger configured by Bamboo Specs it ignores conditions
Steps to Reproduce
- Create Bamboo Specs project and add TagTrigger to any plan
... new TagTrigger().filter(".*") .conditions(new PlansGreenTriggerCondition() .plans(new PlanIdentifier("PROJ", "PLAN"))) ...
- Run Maven command to publish plan to Bamboo Server
Expected Results
Plan has Tag trigger with provided condition.
Actual Results
Plan has Tag trigger without provided condition.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- was cloned as
-
BDEV-16824 Failed to load
[BAM-21524] Tag trigger conditions can't be configured by Bamboo Specs
Resolution | New: Fixed [ 1 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Description |
Original:
h3. Issue Summary
When plan's TagTrigger configured by Bamboo Specs it ignores conditions h3. Steps to Reproduce # Create Bamboo Specs project and add TagTrigger to any plan {code:java} ... new TagTrigger().filter(".*") .conditions(new PlansGreenTriggerCondition() .plans(new PlanIdentifier("PROJ", "PLAN"))) ... {code} # Run Maven command to publish plan to Bamboo Server h3. Expected Results Plan has Tag trigger with provided condition. h3. Actual Results Plan has Tag trigger without provided condition. h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
New:
h3. Issue Summary
When plan's TagTrigger configured by Bamboo Specs it ignores conditions h3. Steps to Reproduce * Create Bamboo Specs project and add TagTrigger to any plan {code:java} ... new TagTrigger().filter(".*") .conditions(new PlansGreenTriggerCondition() .plans(new PlanIdentifier("PROJ", "PLAN"))) ... {code} * Run Maven command to publish plan to Bamboo Server h3. Expected Results Plan has Tag trigger with provided condition. h3. Actual Results Plan has Tag trigger without provided condition. h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
Description |
Original:
h3. Issue Summary
When plan's TagTrigger configured by Bamboo Specs it ignores conditions h3. Steps to Reproduce # Create Bamboo Specs project and add TagTrigger to any plan {code:java} ... new TagTrigger() .conditions(new PlansGreenTriggerCondition() .plans(new PlanIdentifier("PROJ", "PLAN"))) .filter(".*") ... {code} # Run Maven command to publish plan to Bamboo Server h3. Expected Results Plan has Tag trigger with provided condition. h3. Actual Results Plan has Tag trigger without provided condition. h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
New:
h3. Issue Summary
When plan's TagTrigger configured by Bamboo Specs it ignores conditions h3. Steps to Reproduce # Create Bamboo Specs project and add TagTrigger to any plan {code:java} ... new TagTrigger().filter(".*") .conditions(new PlansGreenTriggerCondition() .plans(new PlanIdentifier("PROJ", "PLAN"))) ... {code} # Run Maven command to publish plan to Bamboo Server h3. Expected Results Plan has Tag trigger with provided condition. h3. Actual Results Plan has Tag trigger without provided condition. h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
Fix Version/s | New: 8.0.5 [ 98593 ] | |
Fix Version/s | New: 8.1.0 [ 97096 ] |
Status | Original: In Progress [ 3 ] | New: Waiting for Release [ 12075 ] |
Status | Original: Needs Triage [ 10030 ] | New: In Progress [ 3 ] |
Assignee | New: Alexey Chystoprudov [ achystoprudov ] |
Remote Link | New: This issue links to "BDEV-16824 (Hello Jira)" [ 601293 ] |