What is Application Integration?
Applications in Code Pipes are vital for housing business logic. This page provides an overview of their key elements and integration capabilities, empowering seamless development workflows.
Approx Reading Time: 3 min
What is Application Integration Templates?
Application Integration Templates in Code Pipes CI provide a seamless integration solution for your application development process. It allows you to take your working code from a Git repository and create a container image for your application effortlessly.
The typical CI workflow in Code Pipes involves the following steps: BUILD => TEST ==> SECURE => CONTAINERIZE. However, you have the flexibility to customize this workflow by adding additional steps based on your specific requirements.
Code Pipes offers a range of integration templates that are designed to streamline the integration process and simplify the setup of your application.
Add a new integration pipeline
To add a new integration pipeline in Code Pipes, follow these steps:
Add variables to integration pipeline
To add variables to an integration pipeline in Code Pipes, follow these steps:
Run an integration pipeline
To run an integration pipeline in Code Pipes, follow these steps:
Initiate the pipeline run, and Code Pipes will begin executing the defined steps, such as building, testing, and deploying the application.
Monitor the pipeline execution and check the logs or notifications for any status updates or issues.
Update an integration pipeline
To update an integration pipeline in Code Pipes, follow these steps:
Note that updating a pipeline may affect the subsequent executions, so ensure that the changes align with your requirements.
Remove an integration pipeline
To remove an integration pipeline from Code Pipes, follow these steps:
Note that removing a pipeline will permanently delete all associated configurations, settings, and execution history, so exercise caution before proceeding.
Updated over 1 year ago