Commit 958ff8a
committed
IONOS(ci): Update Artifactory path structure to include version and SHA
Restructure Artifactory upload paths to include both NC version and commit SHA:
Path Structure Changes:
- For branches: <stage>/ncw-<ncVersion>/<shortSha>/nextcloud-workspace-<ncVersion>.zip
(e.g., dev/ncw-30.0.5/a1b2c3d/nextcloud-workspace-30.0.5.zip)
- For PRs: dev/pr/nextcloud-workspace-pr-<number>.zip (unchanged)
- Extract short SHA (first 7 characters) from commit SHA
Benefits:
- Each build gets a unique path based on both NC version and commit
- Prevents accidental reuse of artifacts built from different commits
- Makes it easier to identify and trace artifacts back to their source commit
- Improves artifact organization and debugging capabilities
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>1 parent 0058474 commit 958ff8a
1 file changed
+17
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
793 | | - | |
794 | 793 | | |
795 | | - | |
796 | | - | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
797 | 805 | | |
798 | 806 | | |
799 | 807 | | |
| |||
0 commit comments