vRealize Automation Code Stream™ is a continuous integration and continuous delivery (CICD) tool. By creating pipelines that model the software release process in your DevOps lifecycle, you build the code infrastructure that delivers your software rapidly and continuously.
When you use vRealize Automation Code Stream to deliver your software, you integrate two of the most important parts of your DevOps lifecycle: your release process and your developer tools. After the initial setup, which integrates vRealize Automation Code Stream with your existing development tools, the pipelines automate your entire DevOps lifecycle.
Starting with vRealize Automation 8.2, Blueprints are called VMware Cloud Templates.
You create a pipeline that builds, tests, and releases your software. vRealize Automation Code Stream uses that pipeline to progress your software from the source code repository, through testing, and on to production.
You can learn more about planning your continuous integration and continuous delivery pipelines at Planning to natively build, integrate, and deliver your code in vRealize Automation Code Stream.
How vRealize Automation Code Stream Administrators use vRealize Automation Code Stream
As an administrator, you create endpoints and ensure that working instances are available for developers. You can create, trigger, and manage pipelines, and more. You have the Administrator
role, as described in How do I manage user access and approvals in vRealize Automation Code Stream.
To support developers... | Here's what you can do... |
---|---|
Provide and manage environments. | Create environments for developers to test and deploy their code.
To find out more, see More resources for vRealize Automation Code Stream Administrators and Developers. Also see Tutorials for using vRealize Automation Code Stream. |
Provide endpoints. | Ensure that developers have working instances of endpoints that can connect to their pipelines. |
Provide integrations with other services. | Ensure that integrations to other services are working. To find out more, see vRealize Automation documentation. |
Create pipelines. | Create pipelines that model release processes. To find out more, see Creating and using pipelines in vRealize Automation Code Stream. |
Trigger pipelines. | Ensure that pipelines run when events occur.
To find out more, see Triggering pipelines in vRealize Automation Code Stream. |
Manage pipelines and approvals. | Stay up-to-date on pipelines.
To find out more, see What are user operations and approvals in vRealize Automation Code Stream. |
Monitor developer environments. | Create custom dashboards that monitor pipeline status, trends, metrics, and key indicators. Use the custom dashboards to monitor pipelines that pass or fail in developer environments. You can also identify and report on under used resources, and free up resources. You can also see:
To find out more, see Monitoring pipelines in vRealize Automation Code Stream. |
Troubleshoot problems. | Troubleshoot and resolve pipeline failures in developer environments.
Also, see Setting up vRealize Automation Code Stream to model my release process. |
vRealize Automation Code Stream is part of vRealize Automation. vRealize Automation Code Stream integrates with:
- Use vRealize Automation Cloud Assembly to deploy cloud templates.
- Use vRealize Automation Service Broker to get cloud templates from the catalog.
For other things you can do, see VMware vRealize Automation Documentation.
How Developers Use vRealize Automation Code Stream
As a developer, you use vRealize Automation Code Stream to build and run pipelines, and monitor pipeline activity on the dashboards. You have the User
role, as described in How do I manage user access and approvals in vRealize Automation Code Stream.
After you run a pipeline, you'll want to know:
- Did my code succeed through all stages of the pipeline? Look at the results in Executions.
- What do I do if the pipeline failed, and what caused the failure? Look at the top errors that occurred in Dashboards.
To integrate and release your code... | Here's what you do... |
---|---|
Build pipelines. | Test and deploy your code. Update your code when a pipeline fails. |
Connect your pipeline to endpoints. | Connect the tasks in your pipeline to endpoints, such as a GitHub repository. |
Run pipelines. | Add a user operation approval task so that another user can approve your pipeline at specific points. |
View dashboards. | View the results on the pipeline dashboard. You can see trends, history, failures, and more. |
For more information to get started, see Getting Started with VMware Code Stream.
Find more documentation in the In-product Support panel
If you don’t find the information you need here, you can get more help in the product.
- Click and read the signposts and tooltips in the user interface to get the context-specific information that you need where and when you need it.
- Open the In-product support panel and read the topics that appear for the active user interface page. You can also search in the panel to get answers to questions.
More on Webhooks
You can create multiple webhooks for different branches by using the same Git endpoint and providing different values for the branch name in the webhook configuration page. To create another webhook for another branch in the same Git repository, you don't need to clone the Git endpoint multiple times for multiple branches. Instead, you provide the branch name in the webhook, which allows you to reuse the Git endpoint. If the branch in the Git webhook is the same as the branch in the endpoint, you don't need to provide branch name in the Git webhook page.