- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 234字
- 2021-07-02 21:18:25
Conventions
In this book, you will find a number of text styles 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: "This will download a .hpi file on your system."
A block of code is set as follows:
stage ('Performance Testing'){
sh '''cd /opt/jmeter/bin/
./jmeter.sh -n -t $WORKSPACE/src/pt/Hello_World_Test_Plan.jmx -l
$WORKSPACE/test_report.jtl''';
step([$class: 'ArtifactArchiver', artifacts: '**/*.jtl'])
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
stage ('Performance Testing'){
sh '''cd /opt/jmeter/bin/
./jmeter.sh -n -t $WORKSPACE/src/pt/Hello_World_Test_Plan.jmx -l
$WORKSPACE/test_report.jtl''';
step([$class: 'ArtifactArchiver', artifacts: '**/*.jtl'])
}
The extra "\" used in some of the commands is used to only indicate that the command continues in the next line. Any command-line input or output is written as follows:
cd /tmp
wget https://archive.apache.org/dist/tomcat/tomcat-8/ \
v8.5.16/bin/apache-tomcat-8.5.16.tar.gz
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "From the Jenkins dashboard, click on the Manage Jenkins | Plugin Manager | Available tab."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- 嵌入式Linux開發(fā)技術(shù)
- 鴻蒙生態(tài):開啟萬物互聯(lián)的智慧新時代
- 混沌工程實戰(zhàn):手把手教你實現(xiàn)系統(tǒng)穩(wěn)定性
- 數(shù)據(jù)中心系統(tǒng)工程及應(yīng)用
- 嵌入式實時操作系統(tǒng):RT-Thread設(shè)計與實現(xiàn)
- 計算機(jī)系統(tǒng):基于x86+Linux平臺
- Linux內(nèi)核設(shè)計的藝術(shù):圖解Linux操作系統(tǒng)架構(gòu)設(shè)計與實現(xiàn)原理
- RHCSARHCE 紅帽Linux認(rèn)證學(xué)習(xí)指南(第7版)EX200 & EX300
- Kali Linux高級滲透測試(原書第3版)
- CentOS 6 Linux Server Cookbook
- Docker容器技術(shù)與運(yùn)維
- Mastering Azure Serverless Computing
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Embedded Systems Architecture
- OpenWrt智能路由系統(tǒng)開發(fā)