forked from shawn42/Cradiator-TeamCity-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
This is a plugin for TeamCity for use with Cradiator (http://cradiator.codeplex.com/)
License
iwz/Cradiator-TeamCity-Plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
------------------------------------------------------------------------------------------- Cradiator TeamCity Plugin: https://github.com/demyte/Cradiator-TeamCity-Plugin Cradiator: http://cradiator.codeplex.com/ ------------------------------------------------------------------------------------------- Building From Source ------------------------------------------------------------------------------------------- 1. Download Apache ANT from http://ant.apache.org/bindownload.cgi or use an IDE with it inbuilt. 2. Ensure you have a Java JDK to build against 3. Ensure you have the TeamCity jars available to compile against 4. Update the build.xml property teamcity.home to point to the TeamCity jar files location. 3. From the root directory of the downloaded source, run "ant jars" 4. Grab the compiled cradiator.jar from the build/classes/ directory ------------------------------------------------------------------------------------------- Installation ------------------------------------------------------------------------------------------- Assuming you have already built the source and you have a cradiator.jar Assuming that Team City is installed in the directory $TEAMCITY_HOME: * Copy the cradiator.jar file into the directory $TEAMCITY_HOME/webapps/ROOT/WEB-INF/lib/ * Restart the Team City server Point your Cradiator configuration at the following URL: http://<teamcity-server>:<port>/guestAuth/cradiator.html?projectId=<projectid> E.g. if the server is running on localhost, port 8111 and the project "Test" has a project id of "project2" then use: http://localhost:8111/guestAuth/cradiator.html?projectId=project2 ------------------------------------------------------------------------------------------- TeamCity Configuration ------------------------------------------------------------------------------------------- * Ensure your TeamCity server has the Guest account enabled * For any build that you want to see in Cradiator, make sure that you have "Enable status widget" checked in the general settings of that build ------------------------------------------------------------------------------------------- Copyright Information ------------------------------------------------------------------------------------------- Cradiator TeamCity Plugin Copyright (c) 2009, 2010 Peter van der Woude, James Summerton This file is part of Cradiator - http://cradiator.codeplex.com/ Cradiator is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Cradiator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Original idea and TeamCity plugin from Team Piazza Copyright (c) 2007-2009 Nat Pryce. --------------------------------------------------------------------------------------------
About
This is a plugin for TeamCity for use with Cradiator (http://cradiator.codeplex.com/)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%