Clones a Git repository from a remote repository to a local repository on an ABAP system. To be able to execute this step, the corresponding local repository has to exist on the local ABAP system.
spec:
inputs:
secrets:
- name:abapCredentialsId
description:Jenkins credentials ID containing username and password for authentication to the ABAP system on which you want to clone the repository
type:jenkins
params:
- name:username
type:string
description:User to authenticate to the ABAP system
description:Specifies the protocol and host address, including the port. Please provide in the format `<protocol>://<host>:<port>`. Supported protocols are `http` and `https`.
description:Add query parameters (for API requests) that apply to all endpoints of the step. Provide the parameters as key-value pair map in the format `<query parameter>:<value>`.
description:Skip the verification of SSL (Secure Socket Layer) certificates when using HTTPS. This parameter is **not recommended** for productive environments.