regestaitalia/TRM Install
Install a package from TRM Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| systemRFCDest | Source system RFC connection system ID (SID). | no | — |
| systemRFCAsHost | Source system RFC connection application server. | no | — |
| systemRFCSysnr | Source system RFC connection instance number. | no | — |
| systemRFCSAPRouter | Source system RFC connection SAP router string. | no | — |
| systemRESTEndpoint | Source system REST connection endpoint. | no | — |
| systemRESTRfcDestination | Source system REST connection RFC destination. | no | — |
| systemLoginClient | Source system login client. | yes | — |
| systemLoginUser | Source system login user. | yes | — |
| systemLoginPassword | Source system login password. | yes | — |
| systemLoginLanguage | Source system login language. | yes | — |
| r3transDirPath | Path to R3trans folder. | no | — |
| name | Name of the TRM package to install. | yes | — |
| registryEndpoint | Endpoint of the publish registry. | no | public |
| registryToken | Authentication token for the registry. | no | — |
| registryAuth | Authentication object for the registry in JSON format. WIll overwrite authentication token if both are provided. | no | — |
| version | Version of the TRM package to install. | no | latest |
| overwrite | Update if already installed. | no | true |
| noDependencies | Skip install of TRM package dependencies. | no | false |
| noSapEntries | Skip check of required SAP objects. | no | false |
| noObjectTypesCheck | Skip check of all object types supported. | no | false |
| importTransportTimeout | Transport import timeout (in seconds). | no | 180 |
| noLanguageTransport | Skip import of language transport (translations). | no | false |
| noCustomizingTransport | Skip import of customizing transport. | no | false |
| keepOriginalAbapPackages | Keep original ABAP package names. | no | true |
| packageReplacements | Mapping of original ABAP package names to target ABAP package names in JSON format. Has no effect with keepOriginalAbapPackages = true. | no | — |
| transportLayer | Transport layer for ABAP packages (defaults to system default). | no | — |
| createInstallTransport | Create an install transport for the package. | no | true |
| installTransportTargetSystem | Target system for the install transport. Has no affect with createInstallTransport = false. | no | — |
| private | Visibility of the TRM package to publish | no | false |
| abapPackage | Name of the ABAP package to publish. | no | — |
| shortDescription | TRM package short description (defaults to the description of the repository running the action). | no | — |
| backwardsCompatible | Flag that indicates if the current release is backwards compatible with the previous release. | no | true |
| keepLatestReleaseManifestValues | Copy the same manifest values from the latest release | no | false |
| authors | TRM package authors (separated by comma - defaults to the authors in the repository running the action). | no | — |
| keywords | TRM package keywords (separated by comma - defaults to the keywords in the repository running the action). | no | — |
| git | TRM package git repository URL (defaults to the repository running the action). | no | — |
| website | TRM package project website URL (defaults to the website in the repository running the action). | no | — |
| license | TRM package license (defaults to the license in the repository running the action). | no | — |
| dependencies | Manually added TRM package dependencies in JSON format. | no | — |
| sapEntries | Manually added TRM SAP object dependencies in JSON format. | no | — |
| readme | Path to the file or markup text of the TRM package readme (defaults to repository README.md file content in root, if exists). | no | — |
| releaseTransportTarget | Transport target used during publish release. | yes | — |
| noDependencyDetection | Skip automatic SAP objects/TRM packages detection. | no | false |
| customizingTransports | Customizing transport to publish (separated by comma). | no | — |
Outputs
no outputs