| Hi all, I just later find out that pooling is behaving little different according to variable resolutions when used this notation for checkout:
[[name: '*/branchVariable']]
to
[[name: '*/'+branchVariable]]
In first case, checkout works, becase variable resolution is done properly in checkout, but in case of pooling it is trying to find branch with name branchVariable which is not existing. Second case works for checkout and pooling. Hope this help. |