2018-07-08 05:12:43 +00:00
|
|
|
key: git
|
|
|
|
title: Git
|
|
|
|
author: requarks.io
|
|
|
|
props:
|
|
|
|
authType:
|
|
|
|
type: String
|
|
|
|
default: 'ssh'
|
2018-07-30 02:23:33 +00:00
|
|
|
title: Authentication Type
|
|
|
|
hint: Use SSH for maximum security.
|
2018-07-08 05:12:43 +00:00
|
|
|
enum:
|
|
|
|
- 'basic'
|
|
|
|
- 'ssh'
|
2018-07-30 02:23:33 +00:00
|
|
|
repoUrl:
|
|
|
|
type: String
|
|
|
|
title: Repository URI
|
|
|
|
hint: Git-compliant URI (e.g. git@github.com:org/repo.git for ssh, https://github.com/org/repo.git for basic)
|
2018-07-08 05:12:43 +00:00
|
|
|
branch:
|
|
|
|
type: String
|
|
|
|
default: 'master'
|
|
|
|
verifySSL:
|
|
|
|
type: Boolean
|
|
|
|
default: true
|
2018-07-30 02:23:33 +00:00
|
|
|
title: Verify SSL Certificate
|
|
|
|
hint: Some hosts requires SSL certificate checking to be disabled. Leave enabled for proper security.
|
|
|
|
sshPrivateKeyPath:
|
|
|
|
type: String
|
|
|
|
title: SSH Private Key Path
|
|
|
|
hint: SSH Authentication Only - Absolute path to the key. The key must NOT be passphrase-protected.
|
|
|
|
basicUsername:
|
|
|
|
type: String
|
|
|
|
title: Username
|
|
|
|
hint: Basic Authentication Only
|
|
|
|
basicPassword:
|
|
|
|
type: String
|
|
|
|
title: Password / PAT
|
|
|
|
hint: Basic Authentication Only
|