Quicksort with Jenkins for Fun and No Profit
(susam.net)
from tedu@inks.tedunangst.com to inks@inks.tedunangst.com on 14 Mar 22:48
https://inks.tedunangst.com/l/5189
from tedu@inks.tedunangst.com to inks@inks.tedunangst.com on 14 Mar 22:48
https://inks.tedunangst.com/l/5189
Jenkins supports pipeline scripts written in Groovy as a first-class entity. A pipeline script effectively defines the build job. It can define build properties, build stages, build steps, etc. It can even invoke other build jobs, including itself.
Wait a minute! If a pipeline can invoke itself, can we, perhaps, solve a recursive problem with it? Absolutely! This is precisely what we are going to do in this post. We are going to implement quicksort as a Jenkins pipeline for fun and not a whit of profit!
threaded - newest