-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
In my workflow project, I have configured my workflow with multiple checkout steps. The multiple checkout are to facilitate the build of the same source code with different configurations. Each time checkout is called, it creates a new change summary section on the build summary page. This is great for cases where the workflow will use multiple checkouts to sync code from different streams, but in my case every sync is being done for the same stream so the changelog section are just duplicating themselves.
I would like to be able to use the following workflow (indentation is to show steps running in parallel):
(workspaceA) Initial - Sync streamA [with changelog] (workspaceB) Debug Build - Sync streamA [nochangelog] (workspaceC) Release Build - Sync streamA [nochangelog] or Sync streamA [with changelog] Sync streamA [nochangelog] Sync streamB [with changelog]
- is related to
-
JENKINS-30596 Pin changelist not working with CheckOnlyImpl
-
- Closed
-