where are the meta-runners when exporting kotlin

I exported my teamcity project(s) in kotlin. I have steps that look like

```

name = "Set build version number"
id = "RUNNER_297"
type = "SetVersionNumberNodeLib"
}

```

But I can no find trace of the RUNNER_297/SetVersionNumberNodeLib

Are the meta-runners just dropped on export?

0
1 comment

Hi Barry,

 

If the meta runner is defined in the project itself, you will find it at <root>/pluginData/_Self/<meta_runner_id>.xml . If it is defined in a parent project, then it won't be exported via the settings, but should work just fine when posted to the server.

0

Please sign in to leave a comment.