Skip to main content

General Extension Settings

  1. Go to the Manage Jenkins page (http://<installation_address>:8080/jenkins/manage, <installation_address> is the machine address where Jenkins is installed).

  2. Select Configure System.

  3. Find DerScanner Static Analysis and fill in the fields:

    1. Enter DerScanner URL, for example http://<installation_address>, <installation_address> is the machine address where Jenkins is installed.
    2. Enter the REST API address for DerScanner, for example http://<installation_address>/app/api/v1/, <installation_address> is the machine address where DerScanner is installed.
    3. Enter the token. The token can be obtained in the interface of DerScanner in the User Profile section (when receiving a token, it is recommended to set a long token validity time).
    4. Enter the scan completion time.

The Configuration ID field will be filled in automatically after saving the settings. It is specified as the configUuid parameter value in Jenkins Pipeline Script and stores global plugin settings.

To connect multiple DerScanner installations, click Add and perform step 3.

Figure 10.12: Jenkins: DerScanner Static Analysis
Figure 10.12: Jenkins: DerScanner Static Analysis

  1. Click the Save button at the bottom of the page.