Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
tasomaniac opened this issue Aug 29, 2023 · 6 comments
Open
1 task done

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

tasomaniac opened this issue Aug 29, 2023 · 6 comments

Comments

@tasomaniac
Copy link

tasomaniac commented Aug 29, 2023

Troubleshooting

  • I've searched discuss.bitrise.io for possible solutions.
  • Which version of the step is effected? 1.0.0
  • Is the issue reproducible with the latest version? YES
  • Does the issue happen sporadically, or every time? EVERY TIME
  • Is the issue reproducible locally by following our local debug guide? YES / NO / NOT APPLICABLE

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
�[34;1mInput:
- artifact_sources: .*
- verbose: true
- app_slug: 2c2a6af38f8da808
- finished_stage: 
- bitrise_api_base_url: https://api.bitrise.io/
- bitrise_api_access_token: 
  
@owens-ben
Copy link

same issue

@zsolt-vicze
Copy link

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
Copy link
Contributor

@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
Copy link

helios66 commented Aug 22, 2024

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
Copy link

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

@helios66
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants