Hello to all!
My problem
I need to do deployments of a Microsoft Product that aren't in the Bitbucket Pipelines Marketplace.
Question
I have found this way to write my own Pipeline -> https://support.atlassian.com/bitbucket-cloud/docs/write-a-pipe-for-bitbucket-pipelines/
There is another way to create my own Pipeline?
Thanks!
@sergibarca what exactly Microsoft products do you have deployments to? We have some pipes to deploy to some Azure services
Regards, Galyna
@Halyna Berezovskathanks for your response! Is Microsoft Power Platform Solutions. The first idea it's to can do Deployments of the solutions thtough Bitbucket.
Many thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@sergibarca ah, we don't have such pipe covering this need, right now, unfortunately.. The option for you is to write Custom pipe, just as you pointed out in the first post (https://support.atlassian.com/bitbucket-cloud/docs/write-a-pipe-for-bitbucket-pipelines/)
or just write any bash script that execute what you want (bitbucket pipelines script section support bash/sh).
You can use any dockerhub image available, also for microsoft and use bash commands. You can also connect to microsoft power shell via bash, this is possible since they have executable inside docker containers.
Regards, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome @Halyna Berezovska it was really usefull for me. Thanks for the diferents ways mentionet.
I hope that you are doing well. Regards, Sergi. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@sergibarca thanks, was happy to help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.