definition.yml 327 B

1234567891011121314151617181920
  1. key: git
  2. title: Git
  3. author: requarks.io
  4. props:
  5. authType:
  6. type: String
  7. default: 'ssh'
  8. enum:
  9. - 'basic'
  10. - 'ssh'
  11. repoUrl: String
  12. branch:
  13. type: String
  14. default: 'master'
  15. verifySSL:
  16. type: Boolean
  17. default: true
  18. sshPrivateKeyPath: String
  19. basicUsername: String
  20. basicPassword: String