You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
Open the pipeline output: lua require("gitlab").pipeline()
Run the local action <leader>l against a job that's a "subjob" of another main job.
The text was updated successfully, but these errors were encountered:
Prerequsities
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:
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
lua require("gitlab").pipeline()
<leader>l
against a job that's a "subjob" of another main job.The text was updated successfully, but these errors were encountered: