- Learning Continuous Integration with TeamCity
- Manoj Mahalingam S
- 210字
- 2021-09-03 09:41:39
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "An init
script can be added and enabled for the agent, similar to the one for the server, in order to run it as a daemon."
A block of code is set as follows:
cover => coverage nosetests.xml
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.stacktoheap.maven_ci_example</groupId> <artifactId>maven_ci_example</artifactId> <packaging>jar</packaging> <version>1.0-SNAPSHOT</version> <name>maven_ci_example</name> <url>http://maven.apache.org</url> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> </project>
Any command-line input or output is written as follows:
wget http://www.trieuvan.com/apache/ant/binaries/apache-ant-1.9.3-bin.tar.gz tar xvfz apache-ant-1.9.3-bin.tar.gz export ANT_HOME="~/Downloads/apache-ant-1.9.3" export PATH="$PATH:$ANT_HOME/bin"
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "If you choose to install the agent, next comes the Configure Build Agent Properties screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- HornetQ Messaging Developer’s Guide
- Deploying Node.js
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Python 深度學習
- C#程序設計(慕課版)
- 嚴密系統設計:方法、趨勢與挑戰
- 從0到1:Python數據分析
- The DevOps 2.5 Toolkit
- Access 2010數據庫應用技術(第2版)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Vue.js 2 Web Development Projects
- Practical Predictive Analytics
- 實戰Python網絡爬蟲
- HTML5 and CSS3:Building Responsive Websites
- Cloud Development andDeployment with CloudBees