description:Jenkins username/password credential for accessing xs endpoint.
type:jenkins
params:
- name:deployOpts
type:string
description:Additional options appended to the deploy command. Only needed for sophisticated cases. When provided it is the duty of the provider to ensure proper quoting / escaping.
scope:
- PARAMETERS
- STAGES
- STEPS
mandatory:false
default:
- name:operationIdLogPattern
type:string
description:Regex pattern for retrieving the ID of the operation from the xs log.
description:The api url (e.g. https://example.org:12345
scope:
- PARAMETERS
- STAGES
- STEPS
mandatory:true
- name:user
type:string
description:User
scope:
- PARAMETERS
- STAGES
- STEPS
mandatory:true
- name:password
type:string
description:Password
scope:
- PARAMETERS
- STAGES
- STEPS
mandatory:true
- name:org
type:string
description:The org
scope:
- PARAMETERS
- STAGES
- STEPS
mandatory:true
- name:space
type:string
description:The space
scope:
- PARAMETERS
- STAGES
- STEPS
mandatory:true
- name:loginOpts
type:string
description:Additional options appended to the login command. Only needed for sophisticated cases. When provided it is the duty of the provider to ensure proper quoting / escaping.