jweede/jenkins-job-manager

Pipeline Job Support

Closed this issue · 1 comments

Default support for pipeline jobs in JJB is a bit lacking.

Offhand the configs don't quite match:

  • pipelines render as “flow-definition”s rather than “project”s
  • Actions are used to track properties declared in the pipeline, only known after the fact. (Could hack a actions passthrough in JJM)
  • many standard properties use workflow-specific tags.

If JJM could resolve this similar to the RawJob extension, would make managing pipeline jobs with JJM much easier.

Duplicate of #12