pipeline-event-driven.html (2255B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <!-- Sep 03, 2024 --> 5 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <title>Pipeline event driven</title> 8 <meta name="author" content="Vincent Demeester" /> 9 <meta name="keywords" content="article" /> 10 <meta name="generator" content="Org Mode" /> 11 <link rel="stylesheet" type="text/css" href="/css/2022.css" /> 12 <link rel="stylesheet" type="text/css" href="/css/syntax.css" /> 13 <link rel="stylesheet" type="text/css" href="/css/tekton.css" /> 14 <link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> 15 <meta name='viewport' content='width=device-width, initial-scale=1'> 16 </head> 17 <body> 18 <main id="content" class="content"> 19 <header> 20 <h1 class="title">Pipeline event driven</h1> 21 <p class="subtitle" role="doc-subtitle">a demo of using event driven small pipeline</p> 22 </header><p> 23 The idea behind this <i>demo</i> is to show how you can achieve highly composable and 24 feature-full pipeline using small pipeline and events. 25 Also explore the “manual approval” approach, comparing it to a CustomTask. 26 </p> 27 <section id="outline-container-Plan%20of%20event%20driven%20pipelines" class="outline-2"> 28 <h2 id="Plan%20of%20event%20driven%20pipelines">Plan of event driven pipelines</h2> 29 <div class="outline-text-2" id="text-Plan%20of%20event%20driven%20pipelines"> 30 <p> 31 This is a bit link with manual approval, maybe both should be merged. I still need to 32 write something about it, and I need to <b>not forget</b> about it… 33 </p> 34 </div> 35 </section> 36 </main> 37 <footer id="postamble" class="status"> 38 <footer> 39 <small><a href="/" rel="history">Index</a> • <a href="/sitemap.html">Sitemap</a> • <a href="https://dl.sbr.pm/">Files</a></small><br/> 40 <small class='questions'>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small><br/> 41 <small class='copyright'> 42 Content and design by Vincent Demeester 43 (<a rel='licence' href='http://creativecommons.org/licenses/by-nc-sa/3.0/'>Some rights reserved</a>) 44 </small><br /> 45 </footer> 46 </footer> 47 </body> 48 </html>