Replies: 5 comments 11 replies
-
@jarjo the bitbucket integration is the one I played less with, but @derroman is an expert and probably can help you ! Meanwhile, I suggest you disable the delta mode by defining either
Note: I edited your question to add 3 quotes to display code/console on multiline with GitHub Markdown :) |
Beta Was this translation helpful? Give feedback.
-
Hi there. based on the error message provided it seems to not be an issue of bitbucket in the first place...
Something might be strange with your git history? I am not that of an Git expert and I also did not invest much time in delta comparisons yet... Did you update / change the bitbucket pipeline yml based on your personal needs? (Not needed, just asking, if you did.) If so, could you share it? |
Beta Was this translation helpful? Give feedback.
-
Something might be a bit strange with it but i dont really understand what it would be. Worth digging into a bit more though. Yeah it its edited but only slightly. I have basically changed a branch and commented out megalinter.
|
Beta Was this translation helpful? Give feedback.
-
@nvuillam Yep ill include the personal one as well if it helps
|
Beta Was this translation helpful? Give feedback.
-
Hi ! I've got the same issue, i wanted to switch from full to delta on my repo, so I appended Here is the result
Edit : Happens on Gitlab, when pushing on merge request with major org as a target, here is the yaml
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have been migrating a project from a selfbuilt cicd in bitbucket to sfdx hardis. Full deploys seems to work correctly, However if i try to enable delta deploys from a feature branch to an major branch im running into the issue below, The pipeline still finishes successfully with a full deploy instead of an delta.
I have set it up in accordance to the setup guide over at https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-git/. My gitignore is more or less standard and the sfdx-hardis files are all synced to the branch in question.
Any ideasas to why it cannot find the branch names?
Beta Was this translation helpful? Give feedback.
All reactions