Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Haskell + Azure Pipelines
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Sibi
February 13, 2019
Technology
0
77
Haskell + Azure Pipelines
Sibi
February 13, 2019
Tweet
Share
More Decks by Sibi
See All by Sibi
Just
psibi
0
92
Nix/NixOS
psibi
0
120
Rust
psibi
2
320
OPA for policy enforcement
psibi
0
64
Rust + Credstash
psibi
0
77
ASG and lifecycle hooks
psibi
0
52
Web programming in Haskell using Yesod
psibi
0
160
Monad
psibi
1
180
Science behind Quantum Computing
psibi
0
280
Other Decks in Technology
See All in Technology
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
380
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
130
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
0
290
管理者向けGitHub Enterpriseの運用Tips紹介: 人にもAIにも優しいプラットフォームづくり
yuriemori
0
160
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
0
180
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
190
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
220
AWSをCLIで理解したい! / I want to understand AWS using the CLI
mel_27
2
150
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
5
470
楽しく学ぼう!ネットワーク入門
shotashiratori
0
240
聲の形にみるアクセシビリティ
tomokusaba
0
130
Windows ネットワークを再確認する
murachiakira
PRO
0
290
Featured
See All Featured
Visualization
eitanlees
150
17k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
RailsConf 2023
tenderlove
30
1.4k
Designing for Timeless Needs
cassininazir
0
150
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
Color Theory Basics | Prateek | Gurzu
gurzu
0
230
Statistics for Hackers
jakevdp
799
230k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
220
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
Google's AI Overviews - The New Search
badams
0
930
Transcript
Haskell + Azure Pipelines Haskell + Azure Pipelines Sibi Prabakaran
Feb 13, 2019
None
Azure Pipelines Azure Pipelines One of the services under Azure
Devops Used for CI/CD services Recently gaining popularity in OSS projects
Pricing page Pricing page
Advantages Advantages Build times & parallel jobs are much bigger
Build artifacts choco, MinGW availablity for Window images
Cons Cons Not all the features is available via yaml
No caching support UI is not straightforward Bugs
Azure Terminology Azure Terminology Agents Microsoft hosted agents Self-hosted agents
Yaml options Yaml options pool: vmImage: ubuntu-16.04 steps: - script:
| export PATH=$HOME/.local/bin:$PATH stack build displayName: Build Dependencies - script: | export PATH=$HOME/.local/bin:$PATH stack test displayName: Test Package
Prebaked Templates Prebaked Templates Simple configuration Complex configuration
Questions Questions