
A GitLab CI/CD pipeline for PowerShell scripts – FFWD
Sep 8, 2022 · This application implements a number of executors that execute a pipeline's jobs in an environment, for example in a Virtual Machine or in a Docker container. By default GitLab's …
Docker executor | GitLab Docs
The image where your job runs must have a working shell in its operating system PATH. Supported shells are: For Linux: sh; bash; PowerShell Core (pwsh). Introduced in 13.9. For …
How to use `pwsh` instead of powershell on gitlab?
Apr 3, 2024 · Here is my simple scenario: I'd like to execute some minimal smoke test in an image I build. The following works nicely: stage: test. image: …
Using the Windows execution environment - CircleCI
You can access the Windows execution environment by using the machine executor and specifying a Windows image, or by using the Windows orb and specifying the default executor. …
Electron PowerShell Executor - EPE - GitHub
This is an ElectronJS application designed to run PowerShell scripts directly from the app using Node.js child processes. The app captures the script output in real-time and displays it in the …
Enable PowerShell Core support in Docker Executor on Linux - GitLab
Update ci/build_helper_docker to create an additional Alpine Linux amd64 image (based on the regular one) that includes Powershell Core 7 installed (e.g. dockerfiles/runner …
Using GitLab CI / CD to test and release public Powershell code
Aug 20, 2022 · A walkthrough explaining how you can use GitLab CI/CD to automatically refresh, test and release a public GitHub repository through a private GitLab instance. It explores …
Using PowerShell in Containers - Anthony Nocentino's Blog
May 2, 2019 · In this article, I’m going to discuss how you can use Docker Containers to enable just that. We’ll look at running PowerShell in a container, running cmdlets, running different …
Windows docker images - GameCI
GitLab Runner changed the default docker-windows executor shell in v14 to PowerShell Core which is a newer version of PowerShell than is distributed with base windows container …
The Shell executor | GitLab Docs
You can use the Shell executor to execute builds locally on the machine where GitLab Runner is installed. It supports all systems on which the Runner can be installed. That means that it’s …