Jenkins shared library with examples — If you often use Jenkins Pipeline, you will definitely encounter a lot of duplicate code in multiple different pipelines. In many cases, for convenience, we directly copy and paste them into different pipelines, but in the long run, the maintenance of these codes will become more and more difficult. In…