Can i do the same that with Jenkins? Now I Have two Jenkin´s server, one for Production and other for develop, but the agents are in my office. Ours projects are very diferents. They are developed in C, C++, C#, Python, Swift, and the agents are ready for build and to do autmatic`s test.
My cusetion is, DevOps automation with new Bitbucket Cloud extensibility can i do the same that with Jenkins?
Thank you for your attention
Are you referring to the features mentioned in the following blog post?
This blog post mentions merge checks and dynamic pipelines.
Merge checks are not tied to a specific CI/CD tool and you can use them regardless.
Dynamic pipelines is a feature specific to Bitbucket Pipelines (Bitbucket's built-in CI/CD tool); it concerns the configuration of builds running with Bitbucket Pipelines, so it cannot be used with other CI/CD tools. If you use Jenkins, you can check the product's documentation or ask the Jenkins community for available ways to configure your builds.
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.