2023-12-22 23:59:23 +00:00
|
|
|
---
|
|
|
|
properties:
|
|
|
|
- name: branch
|
|
|
|
description: |
|
|
|
|
Change branch name.
|
2023-12-23 00:13:41 +00:00
|
|
|
defaultvalue: "main"
|
2023-12-22 23:59:23 +00:00
|
|
|
|
|
|
|
- name: ci_netrc_machine
|
|
|
|
description: |
|
|
|
|
Netrc machine.
|
|
|
|
|
|
|
|
- name: ci_netrc_password
|
|
|
|
description: |
|
|
|
|
Netrc password.
|
|
|
|
|
|
|
|
- name: ci_netrc_username
|
|
|
|
description: |
|
|
|
|
Metrc username.
|
|
|
|
|
|
|
|
- name: ci_pipeline_event
|
|
|
|
description: |
|
|
|
|
Pipeline event.
|
|
|
|
defaultvalue: "push"
|
|
|
|
|
|
|
|
- name: commit_ref
|
|
|
|
description: |
|
|
|
|
Git commit ref.
|
|
|
|
defaultvalue: "refs/heads/main"
|
|
|
|
|
|
|
|
- name: commit_sha
|
|
|
|
description: |
|
|
|
|
Git commit sha.
|
|
|
|
|
|
|
|
- name: depth
|
|
|
|
description: |
|
|
|
|
Clone depth.
|
|
|
|
defaultvalue: 0
|
|
|
|
|
2023-12-23 15:12:56 +00:00
|
|
|
- name: insecure_skip_ssl_verify
|
2023-12-22 23:59:23 +00:00
|
|
|
description: |
|
2023-12-23 15:12:56 +00:00
|
|
|
Skip SSL verification of the remote machine. Activating this option is insecure
|
|
|
|
and should be avoided in most cases.
|
|
|
|
defaultvalue: true
|
|
|
|
type: bool
|
2023-12-22 23:59:23 +00:00
|
|
|
|
|
|
|
- name: lfs
|
|
|
|
description: |
|
|
|
|
Whether to retrieve LFS content if available.
|
|
|
|
defaultvalue: true
|
|
|
|
|
|
|
|
- name: partial
|
|
|
|
description: |
|
|
|
|
Enable/disable partial clone.
|
|
|
|
defaultvalue: false
|
|
|
|
|
|
|
|
- name: recursive
|
|
|
|
description: |
|
|
|
|
Clone submodules.
|
|
|
|
defaultvalue: true
|
|
|
|
|
|
|
|
- name: remote
|
|
|
|
description: |
|
|
|
|
Git remote HTTP clone url.
|
|
|
|
|
|
|
|
- name: remote_ssh
|
|
|
|
description: |
|
|
|
|
Git remote SSH clone url.
|
|
|
|
|
|
|
|
- name: safe_directory
|
|
|
|
description: |
|
|
|
|
Define/replace safe directories.
|
|
|
|
|
|
|
|
- name: ssh_key
|
|
|
|
description: |
|
|
|
|
SSH key for ssh clone.
|
|
|
|
|
|
|
|
- name: submodule_override
|
|
|
|
description: |
|
|
|
|
JSON map of submodule overrides.
|
|
|
|
|
|
|
|
- name: submodules_partial
|
|
|
|
description: |
|
|
|
|
Update submodules via partial clone (`depth=1`).
|
|
|
|
defaultvalue: true
|
|
|
|
|
|
|
|
- name: submodules_update_remote
|
|
|
|
description: |
|
|
|
|
Update remote submodules.
|
|
|
|
defaultvalue: false
|
|
|
|
|
|
|
|
- name: tags
|
|
|
|
description: |
|
|
|
|
Clone tags, if not explicitly set and event is tag its default is `true` else `false`.
|
|
|
|
defaultvalue: false
|
|
|
|
|
|
|
|
- name: use_ssh
|
|
|
|
description: |
|
|
|
|
Using ssh for git clone.
|
|
|
|
defaultvalue: false
|
|
|
|
|
|
|
|
- name: workdir
|
|
|
|
description: |
|
|
|
|
Path to clone git repository.
|