ichiki1023 / teamcity-postponed-schedule-trigger

Scheduled build trigger with possibility to postpone triggering if any builds are still in queue/running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postponed schedule build trigger

Plugin for Teamcity build server for executing builds on schedule with additional condition: specified builds should not be queued or running.

In a nutshell, this is copy of standard schedule trigger with additional functionality. The plugin adds possibility to postpone build triggering if some of other builds are still queued/running.

Installation

Download zip archive and copy it to your server's data directory plugins folder. For more information, take a look at official documentation

Configuration

To add postponed schedule build trigger you should select required build and proceed to configuration screen and find build triggers section. Next click on Add new trigger button and select "Postponed Schedule Trigger". Scheduler parameters are the same as in standard trigger. Next are parameters, specific to current plugin: Build ids to wait for -- list of build ids, that should be monitored. If any of the specified builds are in queue or running then trigger is postponed. Time to wait for builds -- timeout to wait. After specified number of minutes build will be triggered notwithstanding of queue/running state of aforementioned builds.

License

MIT

About

Scheduled build trigger with possibility to postpone triggering if any builds are still in queue/running

License:MIT License


Languages

Language:Java 100.0%