Jenkins pipeline share information between jobs

前端 未结 3 708
渐次进展
渐次进展 2021-01-20 21:40

We are trying to define a set of jobs on Jenkins that will do really specific actions. JobA1 will build maven project, while JobA2 will build .NET code, JobB will upload it

3条回答
  •  余生分开走
    2021-01-20 22:10

    You could use the Pipelines shared groovy libraries plugin. Have a look at its documentation to implement libraries that multiple pipelines share and define shared global variables.

提交回复
热议问题