December 2017
Intermediate to advanced
364 pages
7h 30m
English
Specify the interface's IP address and the port number on which ZAP should be listening. Usually, this port is 8080, but since Jenkins is listening on that, we choose 8090:

For JDK, we choose the only available option, InheritFromJob:

For the installation method, we select the ZAP that is already installed on /usr/share/owasp-zap. We add this value to a ZAPROXY_HOME environment variable in /etc/environment.
By doing this, we have ensured that the environment variable values will survive a system reboot as well:
We ...