-
Type:
Bug
-
Status: Resolved
-
Resolution: Done
-
Affects Version/s: 2.1.13
-
Fix Version/s: 2.2.0
-
Labels:None
Steps to reproduce:
1. Created a Command Line job.
2. Configured the build dependencies using the following pattern: ForTest1:1/**;test=this
3. This resolved a few artifacts in the beginning but then when trying on a folder with depth 4 (I mean for the ForTest/1/2/3/harvesthq.chosen.1.0.0/content/Scripts path)
The above path failed with the following error:
[20:47:17][Step 1/1] Downloading 'https://alexei.artifactoryonline.com/alexei/ForTest/1/2/3/harvesthq.chosen.1.0.0/content/Scripts;test=this' ...
[20:47:18][Step 1/1] Error occurred while resolving published or build dependencies: Calculated MD5 checksum is different from original, Original: 'null' Calculated: 'c45d5001bd7a4fba684e314461a2a98d'
[20:47:18]
Also happens when using the following path: ForTest1:1/*/3/.*;test=this
- depends on
-
BI-346 Generic resolve - When failing to resolve an artifact, continue to the next
- Resolved