Skip to content

An npm server for debugging Azure DevOps Pool Providers

Notifications You must be signed in to change notification settings

darthwillis/npm-pool-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

npm-pool-provider

An npm server for debugging Azure DevOps Pool Providers

Run Node server.js to start the server listening on localhost:8082

Configure a Pool Provider in Azure DevOps Pointing to the following endpoints:

Acquire Agent: http://localhost:8082/acquire

Release Agent: http://localhost:8082/release

Get Definitions: http://localhost:8082/definitions

Request Status: http://localhost:8082/status

The node server will print out the contents of the Pool Provider requests. The contents of Acquire Agent can be used to configure a local agent to connect back and run jobs.

About

An npm server for debugging Azure DevOps Pool Providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published