Meta-Runner YAML editor parameter
Answered
Hi,
Any chance there is a way to define a custom meta-runner which shows a YAML editor in the UI?
Currently I have:
What i am thinking of is this (best with YAML syntax highlighting):
Is there a possibility? Could only find https://www.jetbrains.com/help/teamcity/typed-parameters.html
Cheers,
Stefan
Please sign in to leave a comment.
Hello Stefan,
TeamCity does not work with YAML at all. There are a couple of exclusions like 'docker-compose' and 'kubernetes' integrations - these allow using YAML because the tools themselves support it.
What you ask for is already present, but for XML. You can find more info about working with meta-runners here: https://www.jetbrains.com/help/teamcity/working-with-meta-runner.html
Alrigth, thanks a lot Mikhail Efremov