Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When multiple sourceTargetMappings then createDeltaPkg stops on any of them if no changes found #2030

Closed
1 of 2 tasks
LaurisBahs opened this issue Jan 30, 2025 · 1 comment · Fixed by #2055
Closed
1 of 2 tasks
Assignees
Labels
bug Something isn't working e/DevOps EPIC
Milestone

Comments

@LaurisBahs
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Parameter sourceTargetMapping, has more than one source

"sourceTargetMapping": {
"deployment-source": "deployment-target",
"deployment-source2": "deployment-target2"
},

If first mapping doesn't have changes, then it stops and doesn't proceed with the next mapping, which has updates in repo.

Expected Behavior

CDP should continue to next mapping even if current one doesn't have changes.

Steps To Reproduce

  1. Make sure there are no changes in "deployment-source"
  2. Create a change in "deployment-source2"
  3. Run CDP
  4. First mapping is executed, no changes found message shown and process stops without proceeded to the next mapping.

Version

7.6.3

Environment

  • OS: Windows 11
  • Node: 10.9.2
  • npm:7.6.3

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@LaurisBahs LaurisBahs added bug Something isn't working NEW not yet analyzed new issues get this label labels Jan 30, 2025
@JoernBerkefeld JoernBerkefeld added this to the 7.7.0 milestone Feb 4, 2025
@JoernBerkefeld JoernBerkefeld added e/DevOps EPIC and removed NEW not yet analyzed new issues get this label labels Feb 4, 2025
@JoernBerkefeld JoernBerkefeld self-assigned this Feb 4, 2025
@JoernBerkefeld JoernBerkefeld changed the title [BUG] When multiple sourceTargetMappings then CDP stops on any of them if no changes found [BUG] When multiple sourceTargetMappings then createDeltaPkg stops on any of them if no changes found Feb 5, 2025
@github-actions github-actions bot closed this as completed Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

Closed by #2055.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment