Reputation: 1
I am trying to create TeamCity project/build configuration using REST API. I am curious if it's possible by importing Kotlin DSL script?
My goal is to create project/build configurations dynamically by existed Kotlin DSL scripts and TeamCity REST API. How can I achieve it? Thanks!
Upvotes: 0
Views: 1537
Reputation: 2211
Action "Create project from URL" analyzes repository and if it founds .teamcity there it will offer to import project from there.
You can try to import this project as an example: https://github.com/JetBrains/teamcity-test-metadata-demo
Upvotes: -1