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

Bug: Pipeline Job Output Failures #139

Closed
3 tasks done
harrisoncramer opened this issue Dec 13, 2023 · 1 comment
Closed
3 tasks done

Bug: Pipeline Job Output Failures #139

harrisoncramer opened this issue Dec 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@harrisoncramer
Copy link
Owner

harrisoncramer commented Dec 13, 2023

Prerequsities

  • The "Troubleshooting" section of the README did not help
  • I've installed the required dependencies
  • I'm on the latest version of the plugin

Bug Description

The local action to print out the logs of a pipeline doesn't always work. I've noticed this is an issue if the job is split up into multiple parallel jobs and run, like this:

Screenshot 2023-12-13 at 5 56 15 PM

The error that displays is "Cannot find job in state" which indicates that we don't have the data for each of these subjobs.

Reproduction Steps

  1. Open the pipeline output: lua require("gitlab").pipeline()
  2. Run the local action <leader>l against a job that's a "subjob" of another main job.

Screenshot 2023-12-13 at 5 57 29 PM

@harrisoncramer harrisoncramer added the bug Something isn't working label Dec 13, 2023
@harrisoncramer
Copy link
Owner Author

Fixed by #140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant