jenkins the definitive guide
Figure 13.7. Jenkins Load Statistics You can get a similar graph for slave nodes, using the Load Statistics icon in the slave no ...
Figure 13.8. The Jenkins Monitoring plugin 13.4. Backing Up Your Configuration Backing up your data is a universally recommended ...
$JENKINS_HOME/cache Downloaded tools $JENKINS_HOME/tools Extracted tools You can also be selective about what you back up in you ...
build. If you are not interested in restoring build history or past artifacts, you don’t need to store this directory. If you ar ...
This plugin lets you configure and run backups of both your build job configurations and your build history. The Setup screen gi ...
configuration files to a previous state. Configuration is straightforward (see Figure 13.12, “Configuring the Thin Backup plugin ...
gameoflife-default tweeter-default $ tar czf tweeter-default.tgz tweeter-default $ ls gameoflife-default tweeter-default tweeter ...
directories to a running Jenkins instance, though if you are also deleting them from the original server, you should shut this o ...
can even help tidy up your project configuration files if you wish (see Figure 13.16, “Managing out- of-date build jobs data”). ...
The simplest solution in this case would be to install the CI Game plugin on the target server. But what if we don’t want to ins ...
...
Appendix A. Automating Your Unit and Integration Tests A.1. Automating Your Tests with Maven Maven is a popular open source buil ...
target/surefire-reports/TEST-com.wakaleo.training.tweeter.domain.HamcrestTest.xml target/surefire-reports/TEST-com.wakaleo.train ...
<configuration> <skip>true</skip>¶ </configuration> <executions> <execution>· <id>unit ...
Figure A.1. A project containing freely-named test classes In Maven, we could do this with the following configuration: <plug ...
<include>**/webtests/*.java</include> </includes> <excludes> <exclude>**/pages/*.java</exclude& ...
<groups>integration-tests</groups>· </configuration> </execution> </executions> </plugin> ¶ ...
<property name="build.dir" value="target" /> <property name="java.classes" value="${build.dir}/classes" /> <prope ...
<property name="build.dir" value="target" /> <property name="java.classes" value="${build.dir}/classes" /> <prope ...
...
«
12
13
14
15
16
17
18
19
20
21
»
Free download pdf