About 1,110,000 results
Open links in new tab
  1. A GitLab CI/CD pipeline for PowerShell scripts – FFWD

    Sep 8, 2022 · Pipelines in GitLab CI/CD can be used to automate the publishing of PowerShell Get script packages to multiple release channels. YAML anchors allow re-use and composition of jobs. By targeting a specific environment, each pipeline ensures that the script remains unaware of release channels.

  2. How do I use PowerShell with Gitlab CI in Gitlab Pages?

    To Run PowerShell Command/Script from a .gitlab-ci.yml file on a gitlab.com using the Gitlab CI, you need to make sure that the contents of your .gitlab-ci.yml file is as shown below. Note: The .gitlab-ci.yml below works without having to install a Gitlab Runner on your own machine and has been tested on the http://gitlab.com website.

  3. PowerShell Pipelines on GitLab CI

    Apr 13, 2020 · GitLab CI Pipelines for Windows PowerShell and PowerShell 7 running on Linux and Windows intermixed in the same pipeline.

  4. Powershell download file from gitlab using correct path for ...

    Jan 8, 2022 · I can connect to gitlab with a private access token and get results, but I can not figure out what the path is to download files other than the README.md file like this Invoke-RestMethod -Uri 'https://git.toolsite.com/api/v4/projects/13001/repository/files/README.md?ref=main' -Headers $Headers -Method GET file_name : README.md file_path ...

  5. How to fully integrate Gitlab as a PowerShell repository ... - Reddit

    Dec 5, 2019 · For the GitLab CI part it will be a little quicker to start with Microsoft's official dot net core container (linux based) which contains Powershell Core and simply add on the PowerShell modules you need.

  6. GitLab API with PowerShell. · GitHub

    Dec 5, 2024 · Nice to see some powershell scripts for gitlab! Here is a script I wrote to quickly clone all projects and setup git to track remote branches. Hope someone finds it useful.

  7. How to include a PowerShell script file in a GitLab CI YAML file

    Jan 17, 2020 · There are possible workarounds. You can store your scripts somewhere else; where a gitlab runner could reach them, and then inject them to your current job environment via source /ci-scripts/my-script.sh in before_script block. Possible locations for storing ci scripts: Special docker image with all your build/test/deploy utils and ci scripts

  8. 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 various GitLab CI/CD features and demonstrates Pester and PSScriptAnalyzer for linting and testing Powershell code on Windows.

  9. Bash and PowerShell Script Code Libraries In Pure GitLab CI YAML

    Dec 18, 2020 · Simple script code libraries in GitLab CI without containers. Examples include Bash and PowerShell but can be used with any interpreted language on containers that have the language engine installed. Read more

  10. PowerShell scripts and GitLab CI/CD configuration yaml

    PowerShell scripts and GitLab CI/CD configuration yaml for deploying the following project types: Anticipates you are using the powershell executor on Windows based GitLab Runners. Obviously all of your build tools/sdks must be installed on the runners.

  11. Some results have been removed
Refresh