timomeinen / team-piazza

A build monitor for the TeamCity continuous integration server
GNU General Public License v3.0
17 stars 7 forks source link

Support new TeamCity plugin format #37

Closed timomeinen closed 10 years ago

timomeinen commented 10 years ago

From timomeinen on September 21, 2011 11:29:41

What steps will reproduce the problem? 1. Update TeamCity What is the expected output? What do you see instead? After Update the plugin is lost, because it is deployed under TEAMCITY_APP_DIR and not under TEAMCITY_DATA_DIR. What version of the product are you using? On what operating system? >6 Please provide any additional information below. TeamCity changed the plugin format from jar to zip. New plugins are deployed in TEAMCITY_DATA_DIR/plugins. After TC update the plugins can still be loaded.

Please update to the new format.

Original issue: http://code.google.com/p/team-piazza/issues/detail?id=38

timomeinen commented 10 years ago

From timomeinen on September 26, 2011 07:21:55

Fixed in http://code.google.com/p/team-piazza/source/browse/#svn%2Fbranches%2Fnew-teamcity-format

Status: Started

timomeinen commented 10 years ago

From timomeinen on September 26, 2011 07:26:50

Test version in new packaging format. See installation notes in:

  1. Shutdown TeamCity server
  2. Copy the zip archive with the plugin into /plugins directory.
  3. Start TeamCity server: the plugin files will be unpacked and processed automatically.

Attachment: piazza-201109261625.zip

timomeinen commented 10 years ago

From timomeinen on October 08, 2011 03:55:47

Status: Fixed