- Go to Jenkins > Manage Jenkins > Configure system
- Go down to the Asqatasun Runner section
Path to the local Asqatasun-Runner
Example:
/opt/asqatasun-runner/
Value of the display port configured for the Xvfb startup script.
Example:
98
Note: you must not have colon ":" in this value?
Full path to access the binary of the Firefox installed.
Example:
/opt/firefox-31esr/firefox
Note: This is NOT the path (/opt/firefox/
) that but actually the full path with binary name included (/opt/firefox/firefox
)
The URL where the detailed results of an audit could be viewed.
Examples :
http://my-asqatasun-host.internal.company.com/
http://my-asqatasun-host.preprod.company.com:8080/asqatasun/
Note: This value should never be localhost
(except for a single host install on a laptop, that may travel).
For a multiple host, this must be the DNS name of the Asqatasun Host (not the Jenkins host) (This is used only to create a link to access the detailed results of an audit.)
All the information to access the MySql.
In a Multiple host installation, this is the "shared" MySql between the Jenkins host and the Asqatasun host
Hostname of the server hosting the MySql database
my-sql-host.internal.company.com
Port to connect to on the MySql host
3306
Name of the database used for Asqatasun
my-asqatasun-dbname
Username to log in Mysql
my-asqatasun-db-username
Password to log in MySql
my-asqatasun-db-passwd
The account to whom the contracts will be attached to. This user must have been created before on the Asqatasun host.
my-jenkins-user@internal.company.com
Note: Each (Jenkins) Item will automatically create a contract for this user, just after the first build. The contract name will be the item name. The contract will have the scenario feature activated. The scenario name will be the one given in the configuration of the item (Build section).
proceed to Configuration of Item