Skip to content

Fix creation of deployment on build that is retried, redeployed or rollback

Kamil Trzciński requested to merge fix-deployment-creation-on-build-retry into master

What does this MR do?

Add missing environment to be copied when retrying a build.

Why was this MR needed?

The retried builds did not create a deployments.

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/19521

Merge request reports