Support ticket for this request: IT-27489 [Linux Foundation] [Public]
...
Date | Event | Target Repo | Result Merge job | Comment | |
---|---|---|---|---|---|
1 | 27 Jun 07:30 AM | Job was working fine at this point. | |||
2 | Jun 27 12:06 PM | merge master job started to fail from this point. | |||
3 | Jul 12 1:59 PM | Moved “dmi-plugin-demo-and-csit-stub“module from onap/cps repository to onap/cps/ncmp-dmi-plugin | |||
4 | Aug 06 1:46 PM | Deleted “dmi-plugin-demo-and-csit-stub“module from onap/cps repository | |||
5 | Nov 21 9:52 AM | Deleted newly introduced module “dmi-plugin-demo-and-csit-stub“ from NCMP-DMI-Plugin | |||
6 | Nov 21 10:41 AM | Renamed newly introduced module “dmi-plugin-demo-and-csit-stub“ into NCMP-DMI-Plugin |
|
...
Code Block |
---|
(root: ncmp-dmi-plugin) ├── src/main/java/org/onap/cps/ncmp/dmi/ │ └── ... └── pom.xml |
Last Successful Merge Job Log:
cps-ncmp-dmi-plugin-maven-merge-master #1333 Console (Jenkins)
...
Outcome:
After this change, the merge job began failing.
Logs for Failure:
Console Log for cps-ncmp-dmi-plugin-maven-merge-master #1334(Jenkins)
...
DMI Version: 1.6.0-SNAPSHOT
Current Status:
The merge job is still failing.
Code Block | ||
---|---|---|
| ||
(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/org/onap/cps/ncmp/dmi/ │ │ └── ... │ └── pom.xml ├── dmi-plugin-demo-and-csit-stub/ │ ├── dmi-plugin-demo-and-csit-stub-app/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ ├── dmi-plugin-demo-and-csit-stub-service/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ └── pom.xml └── pom.xml |
...
DMI Version: 1.6.0-SNAPSHOT
Current Status:
The merge job is still failing.
Code Block | ||
---|---|---|
| ||
(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/org/onap/cps/ncmp/dmi/ │ │ └── ... │ └── pom.xml ├── dmi-stub/ │ ├── dmi-stub-app/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ ├── dmi-stub-service/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ └── pom.xml └── pom.xml |
...
DMI Version: 1.6.0-SNAPSHOT
Current Status:
The merge job is still failing.
Code Block | ||
---|---|---|
| ||
(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/org/onap/cps/ncmp/dmi/ │ │ └── ... │ └── pom.xml └── pom.xml |
...
Build artefacts (cps, then ncmp-dmi-plugin):
Info | ||
---|---|---|
|
It’s these artefacts that are the problem:
Code Block |
---|
./ncmp-dmi-plugin/dmi-service/target/bug-pattern-1.5.0.jar ./ncmp-dmi-plugin/dmi-service/target/dmi-service-1.6.0-SNAPSHOT.jar ./ncmp-dmi-plugin/dmi-stub/dmi-stub-app/target/dmi-stub-app-1.6.0-SNAPSHOT.jar ./ncmp-dmi-plugin/dmi-stub/dmi-stub-service/target/dmi-stub-service-1.6.0-SNAPSHOT.jar |
Here’s the latest merge/release job console output:
https://jenkins.onap.org/job/cps-ncmp-dmi-plugin-maven-merge-master/1523/consoleFull
e.g.
07:34:17 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/
The pom.xml file needs updating so that the output target is:
org/onap/cps/ncmp-dmi-plugin/dmi-service/1.6.0-SNAPSHOT/