bmc-compuware/Code Pipeline Sync
Sync a changeset to the mainframe using Code Pipeline CLI docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The host name or IP to be connected | yes | — |
| port | The port to be connected | yes | — |
| encryptionProtocol | The encryption protocol for the connection (None, Auto, SSLv3, TLS, TLSv1, TLSv1.1, TLSv1.2) | no | None |
| codePage | The code page for the connection | no | 1047 |
| timeout | The timeout (in minutes) for the connection | no | 0 |
| uid | Mainframe user ID | yes | — |
| pass | Mainframe password | yes | — |
| runtimeConfiguration | Runtime configuration | yes | "" |
| stream | The Code Pipeline Stream name | yes | PLAY |
| application | The Code Pipeline Application | yes | PLAY |
| checkoutLevel | The test level to check components out to | yes | DEV1 |
| gitUid | GitHub user ID | yes | — |
| gitToken | GitHub token, PAT or password | yes | — |
| containerCreation | The option to indicate how often to create a new Code Pipeline container | no | — |
| containerDescription | The custom description to be used for the Code Pipeline container | no | — |
| showEnv | Show environment variables for debug purpose | no | — |
Outputs
| name | description |
|---|---|
| automaticBuildJson | The automatic build parameters JSON |
| changedProgramsJson | The changed programs JSON |