Showing category results for CI/CD

Dec 19, 2019
Post comments count0
Post likes count0

DeliveryConf 2020

Sasha Rosenbaum

This year, I’ve been privileged to work with a great team across the DevOps community and help co-chair the new DeliveryConf conference, a non-profit conference dedicated to the technical aspects of Continuous Integration and Continuous Delivery. I am looking forward to all the fantastic technical sessions on CI/CD!

CommunityCI/CD
Nov 13, 2019
Post comments count0
Post likes count0

Uploading to Codecov just got easier

Matt Cooper

Codecov.io added tokenless uploading of coverage results for public Azure Pipelines.

Azure & CloudCI/CD
Nov 7, 2019
Post comments count1
Post likes count0

Review Apps in Azure Pipelines

Atul Malaviya

The new Review Apps feature of Azure Pipelines (in preview) allows developers to dynamically create environments on every Pull Request, to test applications consisting of multiple microservices.

CI/CDAzure & Cloud
Nov 6, 2019
Post comments count1
Post likes count0

Secure software supply chain with Azure Pipelines artifact policies

Vishal Jain

New preview capabilities for Azure Pipelines let you define artifact policies that are enforced before deploying to critical environments such as production. You will be able to define custom policies that are evaluated against all the deployable artifacts in a given pipeline run and block the deployment if the artifacts don't comply.

CI/CDAzure & CloudSecurity
Nov 5, 2019
Post comments count6
Post likes count0

Improved Continuous Delivery capabilities and caching for Azure Pipelines

Roopesh Nair

What's new with Azure Pipelines. We've updated Continuous Delivery capabilities with triggers on other pipelines and Azure Container Registry, and implemented new deployment strategies for VMs and Kubernetes. We're also making Pipeline Caching and Pipeline Artifacts generally available.

CI/CDAzure & Cloud
Aug 1, 2019
Post comments count3
Post likes count0

Support for large test attachments now available in Azure Pipelines

Divya Vaishnavi

With this update, Azure Pipelines supports test attachments bigger than 100MB in size, which means you can now upload big files like crash dumps or videos with failed tests, aiding your troubleshooting experience.

Azure & CloudCI/CDTest
Jul 24, 2019
Post comments count15
Post likes count0

Caching and faster artifacts in Azure Pipelines

Alex Mullans

I'm excited to announce the public previews of pipeline caching and pipeline artifacts in Azure Pipelines. Together, these technologies can make every run of your pipeline faster by accelerating the transfer of artifacts between jobs and stages, and by caching the results of common operations like package restores.

Package ManagementCI/CD
Jul 12, 2019
Post comments count28
Post likes count0

Azure Pipelines integration with Jira Software

Shashank Bansal

Azure Pipelines enable you to continuously build, test and deploy to any platform or cloud. This plugin connects Jira Software with Azure Pipelines, enabling full tracking of how and when an issue is delivered.

CI/CDAgile