I hope I'm not just asking for an extra set of eyes here, but can anyone help explain why this is complaining?
C:\Users\>lscm status -d ".." -C
Workspace: (2172) "build fix dev o386600" <-> (2052) "Build Fix DEV"
Component: (2132) "master"
Baseline: (2644) 52 "1641121313-local"
Outgoing:
Change sets:
(2652) *--@ 3057 "Testing deliveries" - "Merges" 18-Dec-2013 08:23 AM
Changes:
---c- \.jazzignore
---c- \build.gradle
---c- \buildSrc\mbe_instruction_template.xml
---c- \buildSrc\src\main\groovy\ArfMaker.groovy
---c- \buildSrc\src\main\groovy\CompareWtoS.groovy
---c- \buildSrc\src\main\groovy\RtcHandler.groovy
--a-- \cmdline2.txt
---c- \gradle.properties
Work items:
(2560) 3057 "Testing deliveries"
Baselines:
(2644) 52 "1641121313-local"
Component: (2256) "testbatch"
Baseline: (2648) 5 "1644121313-local"
Outgoing:
Baselines:
(2648) 5 "1644121313-local"
(2598) 4 "1213-022914_localbuild"
Component: (2255) "testmbestaging"
Baseline: (2649) 9 "1644121313-local"
Outgoing:
Change sets:
(2658) *--@ 3057 "Testing deliveries" - "additional changes" 18-Dec-20>
Changes:
---c- \day-one\sync_table_sequences.sql
---c- \db-objects\PKG_INT_T3_PUBTOMBE.sql
Work items:
(2560) 3057 "Testing deliveries"
Baselines:
(2649) 9 "1644121313-local"
Ok - so there are two changesets that I can see and both are related to the same work item 3057 (alias 2560). Yet, when I try to deliver these, I get an error:
C:\Users\>lscm deliver -c 2658 2652
Problem running 'deliver':
Delivering change sets will cause a gap in the change history. Kindly rerun the operation ensuring that items
which are part of multiple change sets are run together.
Do I have to deliver a baseline, too, or am I overlooking something else??
If I try to deliver without the changeset selectors, then I get this:
C:\Users\>lscm deliver
Process Reports:
Name: Deliver
Operation Reports:
Name: Source Control Operation
Name: Deliver
Participant Reports:
Name: Require Work Items
A work item must be associated with the change set.
Problem running 'deliver':
'Deliver' failed. Preconditions have not been met: A work item must be associated with the change set.
But again, from the status I don't see that there are any changes that aren't already in a changeset.
- Andy