I have started working on bitbucket pipeline to do CI/CD, where we are working on commerce tool the code is java and build tool is gradle,
when ever i try to build the code through bitbucket pipeline the build is getting successful, and jar is placing artifact folder and when i download the artifact i am getting xyz.tar,gz file.
Could any one help me with bitbucket pipeline to build and deploy jar on azure spring apps.