Pipeline Job Support
Closed this issue · 1 comments
jweede commented
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.