DOGE_Hackathon / slide_config.json
eaglelandsonce's picture
Update slide_config.json
a1afcdc verified
raw
history blame
2.97 kB
{
"slides": [
{
"id": "Azure Pipelines",
"image": "images/01_mg.png",
"action": "nct",
"text": "Explore Azure Pipelines.",
"video": "https://www.youtube.com/embed/dQw4w9WgXcQ"
},
{
"id": "Concept of Pipelines",
"image": "images/02_mg.png",
"action": "dcs",
"text": "Explore the concept of pipelines in DevOps. A pipeline automates the continuous flow of software changes from concept to customer through a reliable, repeatable, and incrementally improving process, requiring robust infrastructure that directly impacts its efficiency and effectiveness.",
"video": "https://www.youtube.com/embed/3JZ_D3ELwOQ"
},
{
"id": "Describe Pipelines",
"image": "images/03_mg.png",
"action": "dsc",
"text": "Describe Azure Pipelines. Azure Pipelines is a cloud service that supports Continuous Integration and Continuous Delivery, enabling automated building, testing, and deployment of code across multiple platforms, languages, and targets, with integration capabilities for Azure, GitHub, and other cloud or on-premises environments.",
"video": "https://www.youtube.com/embed/3JZ_D3ELwOQ"
},
{
"id": "Pipeline Key Terms",
"image": "images/04_mg.png",
"action": "wsc",
"text": "Understand Azure Pipelines key terms. A pipeline is a structured process for continuous integration and delivery, consisting of stages (e.g., build, test, deploy), tasks (specific actions), jobs (execution boundaries running on agents), triggers (events initiating the pipeline), and deployment targets (e.g., VMs, containers), producing artifacts for subsequent tasks and enabling automated releases to ensure quality and efficiency throughout development..",
"video": "https://www.youtube.com/embed/dQw4w9WgXcQ"
},
{
"id": "Agents and Pools",
"image": "images/05_mg.png",
"action": "None",
"text": "This is the second slide.",
"video": "https://www.youtube.com/embed/3JZ_D3ELwOQ"
},
{
"id": "Microsoft vs Self-Hosted",
"image": "images/06_mg.png",
"action": "None",
"text": "This is the second slide.",
"video": "https://www.youtube.com/embed/3JZ_D3ELwOQ"
},
{
"id": "Job Types",
"image": "images/07_mg.png",
"action": "None",
"text": "This is the second slide.",
"video": "https://www.youtube.com/embed/3JZ_D3ELwOQ"
},
{
"id": "Agent Pools",
"image": "images/08_mg.png",
"action": "None",
"text": "This is the second slide.",
"video": "https://www.youtube.com/embed/3JZ_D3ELwOQ"
}
]
}