Project
TeamCity
Priority
Major
Type
Usability Problem
State
Fixed
Assignee
Christopher Hamilton
Subsystem
Agent
Affected versions
No Affected versions
Fix versions
Benares EAP (5433)
Fixed in build
17577  
  • Created by   Yegor Yarko
    4 years ago (12 Jul 2007 19:12)
  • Updated by   Vadim Gurov
    3 years ago (06 Feb 2009 19:49)
  • Jira: TW-2991
    (history, comments)
 
TW-2991 Default TeamCity properties file to share properties between Build Configurations
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Per our discussion:
Let's add a way to share TeamCity properties between several Build Configurations:

  • read default values for the properties from the properties file, similar in format to buildAgent.properties. Agent's and Build Configuration's properties will override these ones.

  • read the file name from the property named "teamcity.default.properties", assume implicit default as "teamcity.default.properties". Relative file names to be read from build's working directory, absolute paths should also be supported

  • generate no output if the file is not found, log INFO (in the build log too, if possible), if the file was found and used.

Issue wasclosed
Comments (3)
 
History
 
Linked Issues (?)
 
Yegor Yarko
  Yegor Yarko
12 Jul 2007 19:13
4 years ago
Upon implementation, TW-2886 can be closed as duplicate to this one.
Yegor Yarko
  Yegor Yarko
17 Aug 2007 16:40
4 years ago
the message (Default build properties loaded from file C:\Work\buildAgent\work\Server\58166acfd3c3f81b\teamcity.default.properties) is logged into the agent's log, but not to the build log. This seems OK for the time.
Christopher Hamilton
  Christopher Hamilton
21 Aug 2007 15:10
4 years ago
done