The behavior of the CI was a bit strange. The master node did the checkout correctly. The other nodes just checked out the origin/prod. the PR builds were done for this branch. The only correct thing was the description of the PR, because it was set on master node. Everything else was wrong.
The fix is to move the checkout inside of the first stage of each node.
The behavior of the CI was a bit strange. The master node did the checkout correctly. The other nodes just checked out the
origin/prod. the PR builds were done for this branch. The only correct thing was the description of the PR, because it was set on master node. Everything else was wrong.The fix is to move the checkout inside of the first stage of each node.