We use TeamCity 7.1 for continuous integration, and we produce build logs and artifacts for each build. We created a special build trigger of our own. It runs several times a day on several different configurations. But every now and then it fails to initiate a build, and we are trying to determine why. We want to log the output of the trigger itself. Is it possible to generate a log from the build trigger, even if a build doesn't run as a result of the trigger?
Need logging of TeamCity Build Triggers
498 Views Asked by the_cat_lady At
1
There are 1 best solutions below
Related Questions in LOGGING
- Is Log4j2 xml configuration case sensitive?
- Logback stopped logging after splitting shared config file
- logging setup best practices
- C Simple Logging Management
- OpenShift Pyramid logging to file
- Log of dependency does not show
- Node/Express access logger from request object
- How does one locate all git log messages in the git object database?
- Logging error when executing Maven SonarQube plugin
- refactor 'execute and log' pattern
- CMD specifying columns to save?
- How to get information about error from HttpContext in WCF services
- Django not logging all errors
- Empty space at beginning of rsyslog log file
- Avoid log trace of external framework J2EE
Related Questions in TRIGGERS
- PL SQL After Delete Trigger Not Inserting Record
- change content button with trigger
- Insert into Change Log based on Trigger After Update
- Animation Trigger (Storyboard + Trigger) in C#
- delete trigger to delete row in another table in another database sql
- Add extra column in insert with instead of trigger
- Check if inserted row is the same as current
- SQL Trigger Error Code
- Trigger vs. Dependency Property precendence
- Mysql #1235 error code, when create 2 triggers with different purposes
- if x not in(select y from table) in oracle
- Edit DataGrid Cell on mouse over
- SQL Trigger Update Average
- SQL Trigger doesn't get fired
- Get deleted values from 3 tables and put in 1 table
Related Questions in TEAMCITY
- Installing Teamcity build agent as a user: failed to install the service. selected account does not have enough rights
- How to define WIX agent requirement in TeamCity?
- Linking TeamCity 8.0.5 to MySQL
- TeamCity create arbitrary directory structure on agent
- Running Windows Forms Application with TeamCity
- Backup strategy for build tool hosted on Azure VM
- Xcode 6 archive process does not fire pre/post/build phase script for auto build increment
- How to fetch the Value of Teamcity Configuration in java?
- Team City pending changes for specific build configuration is not as per default branch
- How to build Xamarin.Mac application from command line or build script
- How does one create a branch in TeamCity for multiple VCS configurations?
- TeamCity - Create Project From URL
- Is there deployment trigger for teamcity?
- MSBuild12 on a machine with only VS2015
- Have teamcity checkout on build agent machine
Related Questions in TEAMCITY-7.1
- How to trigger one TeamCity build for multiple commits but one merge into a branch
- TeamCity "Finish Build" trigger fires when no changes
- TeamCity - How to set teamcity.git.fetch.process.max.memory
- Unable to download TeamCity windows tray notifier when TeamCity running over HTTPS with IE8
- Teamcity - Incompatible Agent configuration
- How to add profiling to unit test cases in Teamcity?
- CppCheck output to xml file from Powershell
- Using template parameters into VCS Trigger rules for SVN
- Using TeamCity with Appium and Maven throws MalformedUrlException
- How to run Visual Studio 2012 tests on TeamCity 7.1?
- Force build to top of queue when triggered
- Replicate msbuild command from TeamCity
- Accessing hidden teamcity artifacts
- Teamcity NuGet Repository corruption
- Need logging of TeamCity Build Triggers
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Our co-op posted to the jetbrains (the authors of TeamCity) message board about adding trigger logging . It looks like there are a couple of options, outlined here: TeamCity Build Trigger Logging.