jfrog / teamcity-artifactory-plugin

TeamCity plugin that enables traceable build artifacts with Artifactory
https://www.jfrog.com/confluence/display/JFROG/TeamCity+Artifactory+Plug-in
Apache License 2.0
42 stars 48 forks source link

This does not add a section to the SBT plugin #28

Open michaelaltmann opened 8 years ago

michaelaltmann commented 8 years ago

I installed this TeamCity artifactory plugin into Team City 9.1.1. I then created a Team City build with a "Simple Build Tool (Scala)" step using the built-in SBT runner. There was no section for deploying to Artifactory. The same procedure worked fine with other runners, such as FxCop and Maven.

My hunch is that the runner type listed in GenericRunTypeExtension as "SBT" does not match the "sbt-runner" TeamCity plugin.