Mercurial

The mercurial plugin is used to clone a mercurial repository. In the below example we disable the default git clone and clone the repository using the mercurial plugin.

kind: pipeline
name: default

clone:
  disable: true

steps:
- name: checkout
  image: plugins/hg