-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Acceptance Criteria (Required on creation):
- The daily pipeline stage that builds the javadocs should store the outcome in /7.XY-SNASHOT/ (as the publishing job is expecting) and not /7.XY.0-SNASHOT/
Hints (optional):
- Code: https://github.com/camunda/camunda-bpm-platform/blob/7b1b71557244c128c02e2aedb7c65a5627a2d352/.ci/daily/Jenkinsfile#L83-L84
- Example of staging:
[2022-10-08T02:16:45.884Z] [cambpmPublishJavadocs][DEBUG] Staging 7.19.0-SNAPSHOT Javadocs to MASKED:"/var/www/camunda/stage.docs.camunda.org/javadoc/camunda-bpm-platform/7.19.0-SNAPSHOT". [2022-10-08T02:16:46.321Z] + rsync -azv --delete-after target/site/apidocs/ MASKED:/var/www/camunda/stage.docs.camunda.org/javadoc/camunda-bpm-platform/7.19.0-SNAPSHOT -e 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
- publishing job for 7.19: https://ci.cambpm.camunda.cloud/view/Docs/job/docs/job/camunda-docs-release%20(javadoc-camunda-bpm-platform-7.19-SNAPSHOT)/
- The publishing job failed with:
https://ci.cambpm.camunda.cloud/view/Docs/job/docs/job/camunda-docs-release%20(javadoc-camunda-bpm-platform-7.19-SNAPSHOT)/2/10:36:06rsync: change_dir "/var/www/camunda/stage.docs.camunda.org/javadoc/camunda-bpm-platform/7.19-SNAPSHOT" failed: No such file or directory (2)