Book Image

Learning Continuous Integration with TeamCity

Book Image

Learning Continuous Integration with TeamCity

Overview of this book

Table of Contents (19 chapters)
Learning Continuous Integration with TeamCity
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Navigating across projects


From any page of TeamCity, it is very easy to navigate to any project/build configuration page. Clicking on the P key on the keyboard brings up the Projects pop-up menu, as shown in the following screenshot:

Tip

The same menu, of course, can also be brought up by clicking/hovering on the down arrow next to the Projects link in the navigation bar.

With the context in the <filter projects and build configurations> textbox, it is now possible to type a few characters of a project or build configuration that we want to navigate to. This will filter the list to show only the matching projects and build configurations, which can then be selected by using arrow keys and navigated to by hitting return. The following screenshot shows the list of Projects filtered for the fun search term:

Tip

This workflow enables us to quickly navigate to the concerned projects and build configurations only by using the keyboard. Of course, all this is possible with the mouse as well,...