Hi team,.
I am using bit-bucket pipeline, using aws code deploy.
In my repository when ever i changed single file also total code is running using bit bucket pipeline.
Is it possible to work bit-bucket pipeline like git pull
Only changes file should run in the pipeline and in the deployment path only changes files should overwrite?
can any one help me ..
Regards,
Venkat
You can use manual steps and manual deployments to deploy only selected pipelines as described in: https://confluence.atlassian.com/bitbucket/run-pipelines-manually-861242583.html
You can also have specific pipelines that target branches, tags or pull-requests as defined in: https://confluence.atlassian.com/bitbucket/configure-bitbucket-pipelines-yml-792298910.html
There is currently no way to trigger pipeline if only one file or specific path changes.
Thanks,
Peter
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.