Jenkins使用Pipeline插件实现多个Job之间的串并联(教程收集)(待实践)
在原始不使用插件时,在Jenkins我们要实现多个Job之间的连续集成时,我们一般的做法就是在每个Job上关联另一个Job,但是,这样做有个弊端,只能是连续的,如果要实现串或并联这样的,估计比较难;但是也不是说不能实现,Shell脚本可以实现,只不过比较复杂且不美观而已。可以这样说:Shell脚本(批处理)是万能的。
Pipeline是一个能够把多个Job之间实现串并联功能的插件,可以参考官网的介绍:https://jenkins.io/doc/book/pipeline/,插件官网:https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin
以下是收集的教程:
http://ntflc.com/2016/08/23/Jenkins-Pipeline-for-Leakcanary/
http://qa.blog.163.com/blog/static/190147002201391661510655/
http://blog.csdn.net/r455678/article/details/53690315
https://yq.aliyun.com/articles/64970
http://www.tuicool.com/articles/RFjIri7
http://www.360doc.com/content/14/1121/15/10058718_426936481.shtml
https://my.oschina.net/ghm7753/blog/371954?p=1