Wednesday 21 August 2019

Need help understanding a build pipeline

I'm new to DevOps and currently working with Azure DevOps. I setup this build pipeline from an auto-suggested template. It's for a simple web app that'll serve static files. I wanna know what the hell is going on; in particular, what are each of the build tasks doing?Here are my assumptions:npm install: downloads and install project dependencies according to what's in the package.json. Right?Archive files: apparently it zips up all the project stuff into a single zip file. Not sure why though, lol.Publish artifact: drop: takes the zip file from above and makes it available for release. Right?

Submitted August 22, 2019 at 06:20AM by ncubez

No comments:

Post a Comment