Background Image
Table of Contents Table of Contents
Previous Page  397 / 478 Next Page
Information
Show Menu
Previous Page 397 / 478 Next Page
Page Background

Telling Jenkins where to find Python 3 and Xvfb

We need to tell the ShiningPanda plugin where Python 3 is installed (usually

/usr/bin/

python3

, but you can check with a

which python3

): * Manage Jenkins → Configure

System.

• Python → Python installations → Add Python

( Figure 20-4

).

• Xvfb installation → Add Xvfb installation; enter

/usr/bin

as the installation direc‐

tory.

Figure 20-4. Where did I leave that Python?

Setting Up Our Project

Now we’ve got the basic Jenkins configured, let’s set up our project:

• New Job → Build a free-style software project.

• Add the Git repo, as in

Figure 20-5 .

Setting Up Our Project

|

369