-
Notifications
You must be signed in to change notification settings - Fork 47
Note
Somkiat Puisungnoen edited this page Aug 9, 2019
·
11 revisions
- https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven/
- https://docs.sonarqube.org/latest/analysis/analysis-parameters/
- https://github.com/jenkinsci/job-fan-in-plugin
- https://wiki.jenkins.io/display/JENKINS/Join+Plugin
- https://wiki.jenkins.io/display/JENKINS/Publish+Over+SSH+Plugin
- https://wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin
- https://wiki.jenkins.io/display/JENKINS/Performance+Plugin
- https://wiki.jenkins.io/display/JENKINS/Git+Parameter+Plugin
- https://wiki.jenkins.io/display/JENKINS/Robot+Framework+Plugin
- https://github.com/SeleniumHQ/selenium/wiki/Grid2
- https://www.seleniumeasy.com/selenium-tutorials/configure-selenium-grid-using-json-config-file
- https://github.com/SeleniumHQ/docker-selenium
File node.json
{
"capabilities":
[
{
"browserName": "chrome",
"maxInstances": 20,
"seleniumProtocol": "WebDriver"
}
]
}
Run
$java -jar selenium-server-standalone-4.0.0-alpha-2.jar -role node -hub http://10.10.99.82:4444/grid/register/ -nodeConfig node.json