-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
After the implementation of INFRA-508, some of the test release jobs are uploading artifacts to our nexus which is incorrect:
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ camunda-bpm-platform-release-root --- 14:58:48 [INFO] Uploading: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/camunda-bpm-platform-release-root/7.12.99-ee/camunda-bpm-platform-release-root-7.12.99-ee.pom 14:58:48 [INFO] Uploaded: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/camunda-bpm-platform-release-root/7.12.99-ee/camunda-bpm-platform-release-root-7.12.99-ee.pom (4 KB at 5.3 KB/sec) 14:58:48 [INFO] Downloading: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/camunda-bpm-platform-release-root/maven-metadata.xml 14:58:49 [INFO] Downloaded: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/camunda-bpm-platform-release-root/maven-metadata.xml (9 KB at 24.7 KB/sec) 14:58:49 [INFO] Uploading: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/camunda-bpm-platform-release-root/maven-metadata.xml 14:58:49 [INFO] Uploaded: https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee/org/camunda/bpm/camunda-bpm-platform-release-root/maven-metadata.xml (9 KB at 112.2
The jobs are triggered with skip_deploy flag which it seems to be ignored for release scripts project
Hints:
It appears that the maven-deploy-plugin dependency version (2.7) in release scripts project is older than the others (2.8.2).
We need to verify when changing the dependency in order to fix the test jobs, we won't break the actual release.