Use the table below to understand how core workflow concepts in CodeShip map to CloudBees Unify. For full configuration details, refer to the official documentation:
CloudBees Workflow Element | CodeShip Equivalent | Description |
---|---|---|
Conditional Logic |
Branch filters |
Use |
|
Environment variables |
Sets non-sensitive variables. |
Jobs and Steps |
Steps in UI or |
Define modular units of execution. |
|
Build triggers |
Defines events that trigger workflows, such as |
Permissions |
Controls access to resources in workflows by allowing explicit setting of permission levels. |
|
Reusable Components |
Shared scripts or services |
Standardize common tasks using Actions, Preconfigured Actions, or GitHub Actions integrations. |
Secrets References |
Encrypted environment variables |
Inject credentials securely using |
uses Directive |
Docker images in services |
Specifies execution environments. |
Workflow Definition |
.yml files / UI |
Defined in |