bitrise-steplib / bitrise-step-pull-intermediate-files

MIT License
0 stars 2 forks source link

Error: "FinishedStages: required variable is not present" #9

Open tasomaniac opened 1 year ago

tasomaniac commented 1 year ago

Troubleshooting

Issue description

I have the following set up. I can confirm that in previous steps, the intermediate build artifacts were successfully deployed. But when I try to pull them. I get the following error

Error:

"FinishedStages: required variable is not present"

My usage:

    steps:
    - pull-intermediate-files@1:
        is_always_run: true
        inputs:
          - verbose: "true"

Bitrise info

 Process config: failed to parse config:
- FinishedStages: required variable is not present
Input:
- artifact_sources: .*
- verbose: true
- app_slug: 2c2a6af38f8da808
- finished_stage: 
- bitrise_api_base_url: https://api.bitrise.io/
- bitrise_api_access_token: 
  
owens-ben commented 1 month ago

same issue

zsolt-vicze commented 3 weeks ago

Thank you for reporting the issue! We are actively working on this issue and soon we will release a new version to fix the problem.

tothszabi commented 3 weeks ago

@owens-ben @tasomaniac I have released a new step version: https://github.com/bitrise-steplib/bitrise-step-pull-intermediate-files/releases/tag/1.2.0

This modifies the input handling linked to the above mentioned error.

helios66 commented 3 weeks ago

~Hey, we have the same issue. We're trying out the new graph apis for workflows and the pull-intermediate-files step throws this error.~

helios66 commented 3 weeks ago

thanks @tothszabi , I'll try out the new version.

helios66 commented 3 weeks ago

@tothszabi this new release works fine in our usecase. Thanks for the quick response.