You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
Fix formatting of documentation (#1151)
* Fix formatting of documentation * Regenerate go files
This commit is contained in:
@@ -34,9 +34,10 @@ func AbapEnvironmentPullGitRepoCommand() *cobra.Command {
|
||||
Short: "Pulls a git repository to a SAP Cloud Platform ABAP Environment system",
|
||||
Long: `Pulls a git repository (Software Component) to a SAP Cloud Platform ABAP Environment system.
|
||||
Please provide either of the following options:
|
||||
* The host and credentials the Cloud Platform ABAP Environment system itself. The credentials must be configured for the Communication Scenario SAP_COM_0510.
|
||||
* 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.`,
|
||||
|
||||
* The host and credentials the Cloud Platform ABAP Environment system itself. The credentials must be configured for the Communication Scenario SAP_COM_0510.
|
||||
* 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.`,
|
||||
PreRunE: func(cmd *cobra.Command, args []string) error {
|
||||
startTime = time.Now()
|
||||
log.SetStepName("abapEnvironmentPullGitRepo")
|
||||
|
@@ -4,9 +4,11 @@ metadata:
|
||||
longDescription: |
|
||||
Pulls a git repository (Software Component) to a SAP Cloud Platform ABAP Environment system.
|
||||
Please provide either of the following options:
|
||||
* The host and credentials the Cloud Platform ABAP Environment system itself. The credentials must be configured for the Communication Scenario SAP_COM_0510.
|
||||
* 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.
|
||||
|
||||
* The host and credentials the Cloud Platform ABAP Environment system itself. The credentials must be configured for the Communication Scenario SAP_COM_0510.
|
||||
* 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:
|
||||
|
Reference in New Issue
Block a user