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
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
200
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
1.1k
DX Improvement at Scale
ntk1000
3
340
バクラクのSREにおけるAgentic AIへの挑戦/Our Journey with Agentic AI
taddy_919
2
1.1k
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
140
Evolution of Claude Code & How to use features
oikon48
1
480
Digitization部 紹介資料
sansan33
PRO
1
7k
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.4k
Kiro のクレジットを使い切る!
otanikohei2023
0
120
マネージャー版 "提案のレベル" を上げる
konifar
21
13k
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
5
470
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
8
2.9k
Featured
See All Featured
エンジニアに許された特別な時間の終わり
watany
106
240k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.8k
HDC tutorial
michielstock
1
510
Between Models and Reality
mayunak
2
230
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
190
Tell your own story through comics
letsgokoyo
1
830
Git: the NoSQL Database
bkeepers
PRO
432
66k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
51k
Building the Perfect Custom Keyboard
takai
2
710
Code Reviewing Like a Champion
maltzj
528
40k
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