Sign inSign up

estebanx/teamcity-newman-agent

By estebanx

Updated over 2 years ago

A docker image to run a TeamCity agent with Node.js a newman

Image
Integration & delivery
Developer tools
0

1.1K

estebanx/teamcity-newman-agent repository overview

Node.js agent with newman for Teamcity

A docker image to run a TeamCity agent with Node.js (version 20) capabilities. The image is based on the official teamcity-minimal-agent and just adds a node.js and also Newman installation on top of it.

Building the image

Simply run docker build -t teamcity-newman-agent .

Running the agent

Since the image is based on the teamcity-minimal-agent, all required parameters of the base image are also required here. You can run the image that you have already built, or pull the image from docker hub

Docker hub example :

docker run estebanx/teamcity-newman-agent:latest -it -e SERVER_URL="<url to TeamCity server>" -v <path to agent config folder>:/data/teamcity_agent/conf

Github repository

if you want to collaborate or give some feedback, please go to the repository https://github.com/estebanx/teamcity-newman-agent

License

MIT License

Tag summary

Content type

Image

Digest

sha256:93efc952e

Size

692.6 MB

Last updated

over 2 years ago

docker pull estebanx/teamcity-newman-agent