Incompatible configuration-> snapshot dependency and shared build number.
Hi,
I have 4 configurations that should be build in specific order and have the same build number. To do that I use snapshot dependency.
Configuraitons:
- A (build id = bt2) has defined Build Number format : 1.0.{0}
- B depends on A and Build Number format: %dep.bt2.system.build.number%
- C depends on B and Build Number format: %dep.bt2.system.build.number%
- D depends on C and Build Number format: %dep.bt2.system.build.number%
Issue I have:
No agent found for B and C configuration
Looking for Agent -> Compatible configuration I can see for build B, C:
Implicit requirements: dep.bt2.system.build.number defined in Build number pattern
TeamCity version: 7.1.5
Any idea how to solve it?
BTW that worked fine for previous version of TeamCity (I think 7.0.2)
Thanks
Rafal
Please sign in to leave a comment.