Skip to content

OPS-5764 Job for deploy to rc13wb will not be triggered on api pipeline source too

Denis Pozdnyakov requested to merge OPS-5764-fix-deploy-to-rc13wb into master

Closes OPS-5764

Problem with deploy tool: in pipelines triggered from deploy tool always appear job for "deploy to rc13wb". It because when we trigger pipelines from api - it has another CI_PIPELINE_SOURCE env variable. Added workaround for it too.

Merge request reports