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 gitlab_ci Puppet module currently lacks support for Windows operating systems. This significantly limits its usability in environments where Windows-based GitLab CI runners are employed.
Problem:
The gitlab_ci module is designed for Linux/Unix-like systems, and its resources and commands are incompatible with Windows OS.
Request:
Please add support for Windows to gitlab_ci module.