In Azure DevOps, Pipelines Decorators allow you to execute a series of predefined steps for your CI/CD workflows in your organization. They are essentially a section of the YAML file that will be executed for every pipeline.
Let’s see what they are, how they work, hot to build and publish them and how to use them.
šEXCLUSIVE CONTENTš
Do you want to access exclusive content, live chats and Q&As, polls, and even 1:1 calls with me? Join my Patreon: https://www.patreon.com/CoderDave
š NEED HELP? š
Book a 1:1 Consultation with CoderDave: https://geni.us/cdconsult
šš»SUPPORT THE CHANNELšš»
Buy me a coffee: https://www.buymeacoffee.com/CoderDave
PayPal me donation: https://paypal.me/dabenveg
š¬JOIN THE COMMUNITY
āŗ Website: https://coderdave.io
āŗ Discord: https://geni.us/cddiscord
āŗ Newsletter: https://coderdave.io/newsletter
āŗ Blog: https://dev.to/n3wt0n
āŗ GitHub: https://github.com/n3wt0n
āŗ Twitter: https://twitter.com/davidebenvegnu
āŗ Facebook: https://www.facebook.com/CoderDaveYT
š„VIDEOS
āŗ Azure Pipelines Environments EXPLAINED: https://youtu.be/gN4j65w7wIM
āŗ DevOps Mistakes and How to AVOID Them: https://youtu.be/LrQRpiPjIwc
āŗ Azure DevOps Series: https://youtube.com/playlist?list=PL-HoEl0ZEUlLREWUxWS5fGyrNICj4SdnY
šRESOURCES
āŗ Github repo with all the examples: https://github.com/n3wt0n/AzurePipelinesDecoratorSamples
āŗ Official Documentation about Azure Pipelines Decorators:
āŗ Basic: https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-pipeline-decorator?view=azure-devops
āŗ Advanced: https://docs.microsoft.com/en-us/azure/devops/extend/develop/pipeline-decorator-context?view=azure-devops
š¤PODCAST: https://geni.us/cdpodcast
āQUESTIONS?
Have a question about DevOps, Cloud, Coding, or Anything Else? Post in comments section of this video!
š“SUBSCRIBE to CoderDave here: https://www.youtube.com/CoderDave?sub_confirmation=1
_______________
šGET MY MERCH: https://geni.us/cdmerch
š®TOOLS I USE
āŗ Twingate – Connect to your Private Resources SECURELY: https://geni.us/twingate
āŗ TubeBuddy – #1 YouTube channel Management tool (FREE): https://www.tubebuddy.com/CoderDave
āŗ Moosend – Free Newsletter and Automation Platform: https://geni.us/moosend
šøš„ļøGEAR AND SOFTWARE
āŗ Music – Epidemic Sound (Get 30 days free): https://epidemicsound.com/referral/zf8fl3/
āŗ Editing – Adobe Premiere Pro: https://geni.us/AdobeVideo
āŗ Gear I Use for YouTube: https://kit.co/CoderDave/gear-i-use-for-youtube
āŗ Gear I Use for Streaming: https://kit.co/CoderDave/gear-i-use-for-streaming
āŗ My Computer Setup: https://kit.co/CoderDave/main-computer-accessories
āŗ Full office setup: https://github.com/n3wt0n/work-from-home-setup
Disclaimer:
Some product links are affiliate links which means if you buy something Il receive a small commission at no additional cost to you.
As an Amazon Associate, I earn from qualifying purchases.
source
āØQuestion of the day: How do you manage the "repetitive tasks" in your CI/CD pipelines?
Nice session. How to skip the decorators, if the task already exists in the classic pipelines and Yml pipelines.