Landkid is a self-hosted CI queue manager that keeps master green by serializing merges and ensuring all branch builds are rebased against latest master before merging. Version 0.2.10 is pre-1.0 and appears sporadically maintained. It integrates with Bitbucket and Bitbucket Pipelines, with no official support for GitHub or other CIs. Key differentiator: it provides a queue system to avoid simultaneous merge conflicts and regressions, unlike basic CI merge checks.
npm install landkidNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Landkid instance with Bitbucket credentials and starts listening for merge events.
Pin to specific version and test thoroughly.
Use Bitbucket app passwords instead of account password.
Contribute support or use an alternative like mergify or kodiak.
Run 'npm install landkid' or 'yarn add landkid'.
Ensure you import { Landkid } from 'landkid' and create an instance before calling start.Verify credentials and use app passwords if using password field.
Set 'pipelines.oauth' with a valid Bitbucket Pipelines OAuth token.
No dependency data recorded yet.