I am utilizing multiple kubernetes environment and hosting nexus for all my library, plugins, and packages repository. I need Bitbucket pipelines to grab some packages from locally hosted nexus and run some validation on kubernetes environment before I can build the docker image. Problem is, I don't see any way how I can set that up. I am very familiar with gitlab and github and both uses runners to access local resource and bitbucket does not seem to have that capability. I could be wrong though but how can I do that in bitbucket pipelines? Is there any runners I can install in my local environment so I could have pipelines access my local resource?
I'm not that familiar with Nexus and your specific requirements, for local integrations of bitbucket pipelines I'm using a self-written pipelines runner that is based on the Bitbucket pipelines yaml file.
It does not cover all features of Bitbucket Pipelines, normally extending it when needed. All it needs is some PHP runtime, requirements are lax. Other requirements are Docker, does work with the rootless variant, too.
This is not the only project of such kind, but from those I know about the one with the most features. Another one is bbrun which has Nodejs as runtime.
THis is unfortunate. Gitlab and Github is way ahead on this game.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.