2020-08-04 17:52:28 +02:00
metadata :
name : abapEnvironmentCheckoutBranch
2022-03-14 16:12:35 +02:00
description : Switches between branches of a git repository on a SAP BTP ABAP Environment system
2020-08-04 17:52:28 +02:00
longDescription : |
2022-03-14 16:12:35 +02:00
This step switches between branches of a git repository (Software Component) on a SAP BTP ABAP Environment system.
2020-08-04 17:52:28 +02:00
Please provide either of the following options :
2022-03-14 16:12:35 +02:00
* The host and credentials the BTP ABAP Environment system itself. The credentials must be configured for the Communication Scenario [SAP_COM_0510](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/b04a9ae412894725a2fc539bfb1ca055.html).
2020-08-04 17:52:28 +02:00
* The Cloud Foundry parameters (API endpoint, organization, space), credentials, the service instance for the ABAP service and the service key for the Communication Scenario SAP_COM_0510.
* Only provide one of those options with the respective credentials. If all values are provided, the direct communication (via host) has priority.
spec :
inputs :
secrets :
- name : abapCredentialsId
2022-03-14 16:12:35 +02:00
description : Jenkins credentials ID containing user and password to authenticate to the BTP ABAP Environment system or the Cloud Foundry API
2020-08-04 17:52:28 +02:00
type : jenkins
aliases :
- name : cfCredentialsId
- name : credentialsId
params :
- name : username
type : string
description : User for either the Cloud Foundry API or the Communication Arrangement for SAP_COM_0510
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
2020-08-04 17:52:28 +02:00
mandatory : true
secret : true
2020-08-28 15:38:15 +02:00
resourceRef :
- name : abapCredentialsId
type : secret
param : username
2020-08-04 17:52:28 +02:00
- name : password
type : string
description : Password for either the Cloud Foundry API or the Communication Arrangement for SAP_COM_0510
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
2020-08-04 17:52:28 +02:00
mandatory : true
secret : true
2020-08-28 15:38:15 +02:00
resourceRef :
- name : abapCredentialsId
type : secret
param : password
2020-08-04 17:52:28 +02:00
- name : repositoryName
type : string
2022-03-14 16:12:35 +02:00
description : Specifies a Repository (Software Component) on the SAP BTP ABAP Environment system
2020-08-04 17:52:28 +02:00
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
2020-08-04 17:52:28 +02:00
- name : branchName
type : string
2022-03-14 16:12:35 +02:00
description : Specifies a Branch of a Repository (Software Component) on the SAP BTP ABAP Environment system
2020-08-04 17:52:28 +02:00
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
2020-08-04 17:52:28 +02:00
- name : host
type : string
2022-03-14 16:12:35 +02:00
description : Specifies the host address of the SAP BTP ABAP Environment system
2020-08-04 17:52:28 +02:00
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
- GENERAL
2020-10-05 14:38:35 +02:00
- name : repositories
type : string
description : Specifies a YAML file containing the repositories configuration
scope :
- GENERAL
- PARAMETERS
- STAGES
- STEPS
2020-08-04 17:52:28 +02:00
- name : cfApiEndpoint
type : string
description : Cloud Foundry API Enpoint
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
- GENERAL
2020-08-04 17:52:28 +02:00
aliases :
- name : cloudFoundry/apiEndpoint
- name : cfOrg
type : string
description : Cloud Foundry target organization
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
- GENERAL
2020-08-04 17:52:28 +02:00
aliases :
- name : cloudFoundry/org
- name : cfSpace
type : string
description : Cloud Foundry target space
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
- GENERAL
2020-08-04 17:52:28 +02:00
aliases :
- name : cloudFoundry/space
- name : cfServiceInstance
type : string
description : Cloud Foundry Service Instance
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
- GENERAL
2020-08-04 17:52:28 +02:00
aliases :
- name : cloudFoundry/serviceInstance
- name : cfServiceKeyName
type : string
description : Cloud Foundry Service Key
scope :
2020-08-31 16:10:28 +02:00
- PARAMETERS
- STAGES
- STEPS
- GENERAL
2020-08-04 17:52:28 +02:00
aliases :
- name : cloudFoundry/serviceKey
- name : cloudFoundry/serviceKeyName
- name : cfServiceKeyName
containers :
- name : cf
2021-02-16 19:03:29 +02:00
image : ppiper/cf-cli:7