Showing category results for CI/CD

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
May 7, 2019
Post comments count64
Post likes count0

What’s new with Azure Pipelines

Gopinath C H[MSFT]

Today, we are announcing new features for Azure Pipelines, including multi-stage YAML pipelines (for CI and CD), environments and deployment strategies, and Kubernetes support.

Azure & CloudCI/CDOpen Source