description:Pulls a commit from the remote Git repository to a local repository
longDescription:|
Pulls a commit from the corresponding remote Git repository to a specified local repository on an ABAP system. If no <commit> parameter is specified, this step will pull the latest commit available on the remote repository.
spec:
inputs:
secrets:
- name:abapCredentialsId
description:Jenkins credentials ID containing username and password for authentication to the ABAP system on which you want to deploy a commit
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`.