<< Back to previous view |
![]() |
[QB-2520] Repeat step is failed if source directory is missing on build start
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Benoit Maury-Bouet | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Dear all, a very small issue but...
We noticed that if you create a "repeat" step with "Files and directories matching specified patterns" option, the folder existence is check as soon as the build starts. In one of our processes the source folder is created by a parent step (so it exists before the repeat step is started). But on a freshly installed agent the build failed as the folder was not yet created. |
Comments |
Comment by Robin Shen [ 26/Aug/15 12:01 AM ] |
QB checks existance of the directories/files when parent step of the repeated step runs, so you may put it inside a container step and add a step before the repeated step in the same container to create necessary directories/files to get the repetition correct. |