Skip to content

Objective of this repo is to make CICD more efficient by working with gitlab API. This repo contains an powershell based utility that demonstrates a simple use case of fetching gitlab runner details.

Notifications You must be signed in to change notification settings

GirishKolhe/powershell-gitlab-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

gitlab-api

Gitlab API gives flexibility to access gitlab resouces such as issues, runners to automate different components of devOps or software development life cycle.

gitlab-api-getrunner-info.ps1

Powershell utility that demonstrate use of gitlab api to fetch runner information.

Usage
.\gitlab-api-getrunner-info.ps1 -uri http://<IP or Domain> -accessKey <accessKey>

Highlights

powershell cmdlets : Invoke-RestMethod and param validations such as ValidateNotNullOrEmpty()

About

Objective of this repo is to make CICD more efficient by working with gitlab API. This repo contains an powershell based utility that demonstrates a simple use case of fetching gitlab runner details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published