From the course: Azure DevOps: Continuous Delivery with YAML Pipelines
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Working with scripts
From the course: Azure DevOps: Continuous Delivery with YAML Pipelines
Working with scripts
- [Instructor] Let's start by creating a new pipeline for running some scripts. We'll create this and I'm gonna go over here and we'll put it into our GitHub again and we'll go ahead and select our repository. And then we're going to see that there's a number of different starter points that we can use. I'm gonna come down to where it's the starter pipeline, which is just going to be a basic pipeline that's gonna have some scripts. We'll rename this, we'll call this our pattern and we'll call it script demo. And inside of here, you'll see that it's got a simple script that gets run to go out and say hello world. It runs a one line script and then you've got a multi-line script where it goes out and says hello, and then here's a place to get some more information. I could save this and run it, but at this point, it's not really that interesting. It basically goes out and runs that script. I could add in here, other types…