Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

References

...

Key-Level Comparison CPS and NCMP-DMI-Plugin from CI Management

Project.name (CPS)

Project.name (NCMP-DMI-Plugin)

Key

Value in cps.yaml

Value in cps-ncmp-dmi-plugin.yaml

cps-java17

cps-ncmp-dmi-plugin-java17

mvn-snapshot-id

Neither key nor value is available

"ecomp-snapshots"

cps-java17

cps-ncmp-dmi-plugin-java17

nexus-snapshot-repo

Neither key nor value is available

"snapshots"

cps-sonar

cps-ncmp-dmi-plugin-sonar

cron

@daily

Not present

Origin Project Structure (CPS)

...

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
languagehtml
(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
languagehtml
(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
languagehtml
(root: ncmp-dmi-plugin)
├── dmi-service/
│   ├── src/main/java/org/onap/cps/ncmp/dmi/
│   │   └── ...
│   └── pom.xml
└── pom.xml

...