Migrating Talend projects and artifacts
The migration of Talend projects and artifacts is implemented in a six steps wizard. You can automate the upgrade of a project designed in a non-compatible version of Talend Studio as well as the publication of artifacts to Talend Cloud.
To automate tasks such as a project upgrade or an artifacts deployment, you need to configure and run the installation of a Continuous Integration/Continuous Deployment (CI/CD) sandbox. Talend Cloud Migration Platform installs a local Talend 8.0 CI/CD sandbox environment with all the tools required to automate the upgrade, including the installation of Talend CommandLine 8.0 latest version.
After the successful project upgrade, you can use the newly upgraded Talend 8.0 project to automate the build of Job and Route artifacts using the local CI/CD sandbox environment. Those artifacts can be published to a Talend Cloud workspace and the associated Talend Management Console task is created and configured.
Key concepts | Details |
---|---|
Talend 8 CI/CD sandbox environments | A CI/CD sandbox is an environment dedicated to automating CI/CD tasks. Here are some properties to remember:
Information noteImportant: The automated
installation is available only on Windows and Linux. Talend 8 CommandLine is currently not supported on
macOS.
|
CI/CD manifest | A manifest is a list of configurations that defines the CI/CD implementation. In Talend Cloud Migration Platform, you can configure manifests to:
|
CI/CD pipeline | A pipeline is the translation of a manifest into a series of steps to be executed by the CI/CD sandbox. Each step is the execution of a CI/CD order:
|