<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.lingoport.com/index.php?action=history&amp;feed=atom&amp;title=Historical_Pull_Request</id>
	<title>Historical Pull Request - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lingoport.com/index.php?action=history&amp;feed=atom&amp;title=Historical_Pull_Request"/>
	<link rel="alternate" type="text/html" href="https://wiki.lingoport.com/index.php?title=Historical_Pull_Request&amp;action=history"/>
	<updated>2026-04-30T23:53:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.lingoport.com/index.php?title=Historical_Pull_Request&amp;diff=97494&amp;oldid=prev</id>
		<title>Olibouban: Created page with &quot; &#039;&#039;&#039;THIS PAGE DESCRIBES PREVIOUS CONFIGURATION OF PULL REQUEST/COMMIT SCANNING WITH GLOBALYZER&#039;&#039;&#039;  *  GitHub Pull Requests  *  Distributed Jenkins...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.lingoport.com/index.php?title=Historical_Pull_Request&amp;diff=97494&amp;oldid=prev"/>
		<updated>2023-05-26T21:09:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;#039;&amp;#039;&amp;#039;THIS PAGE DESCRIBES PREVIOUS CONFIGURATION OF PULL REQUEST/COMMIT SCANNING WITH GLOBALYZER&amp;#039;&amp;#039;&amp;#039;  * &lt;a href=&quot;/GitHub_Pull_Requests&quot; title=&quot;GitHub Pull Requests&quot;&gt; GitHub Pull Requests &lt;/a&gt; *  Distributed Jenkins...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;THIS PAGE DESCRIBES PREVIOUS CONFIGURATION OF PULL REQUEST/COMMIT SCANNING WITH GLOBALYZER&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[ GitHub Pull Requests | GitHub Pull Requests ]]&lt;br /&gt;
* [[ Distributed Jenkins | Distributed Jenkins ]]&lt;br /&gt;
The Lingoport Suite offers two options for Pull Requests from your repository.  The Pull Request can be done on your Lingoport Server or there is a distributed option that uses the Master/Agent capability of Jenkins to distribute the work among several nodes.  &lt;br /&gt;
&lt;br /&gt;
To use the Distributed Pull Request option, please install the [[Lingoport_Suite_Installation#NodeInstaller|Node Installer]] optional software.   &lt;br /&gt;
&lt;br /&gt;
= GitHub and Git Pull Requests=&lt;br /&gt;
GitHub is a Web-based Git repository hosting service. It offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.&lt;br /&gt;
&lt;br /&gt;
Files can be committed in a Git branch or directly in the Master branch. When committing files in a branch, pull requests let you know what changes you&amp;#039;ve made to a repository before they are committed to the repository&amp;#039;s master branch. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:PullRequest.png|800px]]&lt;br /&gt;
= Configuring Pull Requests =&lt;br /&gt;
== Verify the Lingoport Dashboard Plugin ==&lt;br /&gt;
The Pull Requests rely on the Dashboard GitHub plugin. If your system was installed using the Stack Installer, this plugin should have been included.  Verify that it is installed. &lt;br /&gt;
&amp;lt;ol&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt; Go to the Lingoport Dashboard and log in as Administrator.&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;#039;&amp;#039;&amp;#039;Administration&amp;#039;&amp;#039;&amp;#039; tab at the top of the window.&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;#039;&amp;#039;&amp;#039;System&amp;#039;&amp;#039;&amp;#039; pulldown and &amp;#039;&amp;#039;&amp;#039;Update Center&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;li&amp;gt; With &amp;#039;&amp;#039;&amp;#039;Installed&amp;#039;&amp;#039;&amp;#039; selected, search for &amp;#039;&amp;#039;&amp;#039;GitHub&amp;#039;&amp;#039;&amp;#039;.  You should find a plugin with the description: &amp;quot;Provide some integration between GitHub and SonarQube&amp;quot;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
If you do not find the plugin installed, select &amp;#039;&amp;#039;&amp;#039;Available&amp;#039;&amp;#039;&amp;#039;, search for &amp;#039;GitHub&amp;#039; again and &amp;#039;&amp;#039;&amp;#039;Install&amp;#039;&amp;#039;&amp;#039; it.&lt;br /&gt;
&lt;br /&gt;
== Set up Nodes on Jenkins ==&lt;br /&gt;
&lt;br /&gt;
If you are using the Distributed Pull Requests option, the first thing that needs to be done is to set up nodes in Jenkins. If you installed the [[Installing_the_Node_Installer|Node Installer]] and followed its setup instructions, there should be a master system (where Jenkins and Lingoport Dashboard are hosted) and at least one agent or node system. The master system should be able to ssh into the agents&amp;#039; centos user and the jenkins user. If this is not completed, make sure that is done before proceeding further. &lt;br /&gt;
&lt;br /&gt;
If you are not using nodes and agents, skip to the PullRequests section. &lt;br /&gt;
&lt;br /&gt;
===Create Nodes in Jenkins=== &lt;br /&gt;
On the Master system, in Jenkins, select &amp;lt;b&amp;gt;Manage Jenkins → Manage Nodes → New Node&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set up each agent node using this example:&lt;br /&gt;
&lt;br /&gt;
[[File:nodes_config.png|800px]]&lt;br /&gt;
&lt;br /&gt;
Select &amp;#039;&amp;#039;&amp;#039;Add&amp;#039;&amp;#039;&amp;#039; to create the jenkins ssh credentials&lt;br /&gt;
&lt;br /&gt;
[[File:Credentials.png|600px]]&lt;br /&gt;
&lt;br /&gt;
Nothing needs to be done with the master node.  Online the new nodes and the console output should look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[01/26/18 16:26:19] [SSH] Opening SSH connection to ec2-54-227-210-213.compute-1.amazonaws.com:22.&lt;br /&gt;
[01/26/18 16:26:19] [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.&lt;br /&gt;
[01/26/18 16:26:19] [SSH] Authentication successful.&lt;br /&gt;
[01/26/18 16:26:19] [SSH] The remote user&amp;#039;s environment is:&lt;br /&gt;
BASH=/usr/bin/bash &lt;br /&gt;
BASHOPTS=cmdhist:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath&lt;br /&gt;
....&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Verify the Agent setup in Jenkins ===&lt;br /&gt;
To verify that the Agent setup is correct, use the Jenkins &amp;#039;Debug&amp;#039; job.  &lt;br /&gt;
&lt;br /&gt;
Under &amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039; check &amp;#039;&amp;#039;&amp;#039;Restrict where this project can be run&amp;#039;&amp;#039;&amp;#039; and set it to &amp;#039;&amp;#039;&amp;#039;lingoport&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
In the &amp;#039;&amp;#039;&amp;#039;Execute Shell&amp;#039;&amp;#039;&amp;#039; leave only:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
whoami&lt;br /&gt;
pwd&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run the job.  The console output should show:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Started by user anonymous&lt;br /&gt;
Building remotely on Agent1 (lingoport) in workspace /var/lib/jenkins/jenkins_slave/workspace/Debug&lt;br /&gt;
[Debug] $ /bin/sh -xe /tmp/jenkins7953464360000549139.sh&lt;br /&gt;
+ whoami&lt;br /&gt;
jenkins&lt;br /&gt;
+ pwd&lt;br /&gt;
/var/lib/jenkins/jenkins_slave/workspace/Debug&lt;br /&gt;
+ sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that it shows that it ran on the Agent using the lingoport label.&lt;br /&gt;
&lt;br /&gt;
== Jenkins PullRequest and DistributedPullRequest jobs==&lt;br /&gt;
There are two Jenkins job templates for Distributed Pull Requests.  &lt;br /&gt;
* Lingoport.SampleLite-PullRequest&lt;br /&gt;
* Lingoport.SampleLite-DistributedPullRequest&lt;br /&gt;
&lt;br /&gt;
The Distributed Pull Request makes use of the Jenkins master/agent system.&lt;br /&gt;
&lt;br /&gt;
Create a new Jenkins job using the &amp;#039;&amp;#039;&amp;#039;Lingoport.SampleLite-PullRequest&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Lingoport.SampleLite-DistributedPullRequest&amp;#039;&amp;#039;&amp;#039; template. This should be modeled on an existing Jenkins project.  &lt;br /&gt;
&lt;br /&gt;
For example, if you have a Jenkins project called &amp;#039;&amp;#039;&amp;#039;Acme.BigProject&amp;#039;&amp;#039;&amp;#039; and you want to use PullRequests with this project and repository, name the new project &amp;#039;&amp;#039;&amp;#039;Acme.BigProject-PullRequest&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Configuring the PullRequest Jenkins job ===&lt;br /&gt;
&lt;br /&gt;
==== Additional Configuration ====&lt;br /&gt;
* /var/lib/jenkins/Lingoport_Data/Dashboard/github.properties&lt;br /&gt;
This file tells what username/token in GitHub will be used to push the data over. It should have three key/value pairs:&lt;br /&gt;
&lt;br /&gt;
  sonar.github.login=&amp;lt;myGitLogin&amp;gt;&lt;br /&gt;
  sonar.github.oauth=&amp;lt;created token&amp;gt;&lt;br /&gt;
  sonar.host.url=&amp;lt;http(s)://&amp;lt;dashboard url&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
* General: GitHub project / project Url&lt;br /&gt;
In the Source Code Management section of the Jenkins job configuration, the GitHub &amp;#039;project url&amp;#039; text field needs a GitHub URL in the form&lt;br /&gt;
 &lt;br /&gt;
  https://github.com/&amp;lt;organization&amp;gt;/&amp;lt;project&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== The Jenkins Job ====&lt;br /&gt;
Once you have created the new PullRequest project, some configurations need to be modified.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Make sure the name is &amp;#039;&amp;#039;&amp;#039;&amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-PullRequest&amp;#039;&amp;#039;&amp;#039;. The &amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt; Jenkins job should already exist and have been executed.  Anything other than &amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-PullRequest may cause problems. &lt;br /&gt;
&amp;lt;li&amp;gt; Leave the &amp;#039;&amp;#039;&amp;#039;payload&amp;#039;&amp;#039;&amp;#039; parameter alone. Do not modify it. &lt;br /&gt;
&amp;lt;li&amp;gt; If nodes have been set up for other projects, select &amp;#039;&amp;#039;&amp;#039;Restrict where this project can be run&amp;#039;&amp;#039;&amp;#039; and set it to &amp;#039;&amp;#039;&amp;#039;master&amp;#039;&amp;#039;&amp;#039;.  If nodes have NOT been set up,  nothing needs to be done with this option.&lt;br /&gt;
&amp;lt;li&amp;gt; Under &amp;#039;&amp;#039;&amp;#039;Build Triggers&amp;#039;&amp;#039;&amp;#039;, select &amp;#039;&amp;#039;&amp;#039;Trigger builds remotely (e.g., from scripts)&amp;#039;&amp;#039;&amp;#039; and set the value to &amp;#039;&amp;#039;&amp;#039;HOOK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;li&amp;gt; Under Build, and Execute Shell, set the Project Definition File for &amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LITE_PROJECT_DEFINITION=/var/lib/jenkins/jobs/&amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;/workspace/lingoport/LiteProjectDefinition.xml &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039; the configuration and &amp;#039;&amp;#039;&amp;#039;Enable&amp;#039;&amp;#039;&amp;#039; the project. &lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
From the command line console, in /var/lib/jenkins/Lingoport_Data/Dashboard/Projects/GROUPNAME.PROJECTNAME-PullRequest/ (this may need to be created), make a &amp;#039;&amp;#039;&amp;#039;sonar-project-pr.properties&amp;#039;&amp;#039;&amp;#039; file that looks like:&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Make sure a Dashboard user is set up with the credential below&lt;br /&gt;
# otherwise the dashboard will not accept the pushed data&lt;br /&gt;
#&lt;br /&gt;
# -------Using $DASHBOARD_HOME/sonar-project-template.properties&lt;br /&gt;
#&lt;br /&gt;
sonar.login=admin&lt;br /&gt;
sonar.password=&amp;lt;admin password&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
# Do not change the properties below&lt;br /&gt;
# the capital letter tokens will be replaced by&lt;br /&gt;
# build scripts&lt;br /&gt;
#&lt;br /&gt;
sonar.projectKey=PullRequest:scan&lt;br /&gt;
sonar.projectName=PullRequest&lt;br /&gt;
sonar.projectVersion=PR&lt;br /&gt;
&lt;br /&gt;
sonar.language=lport&lt;br /&gt;
sonar.encoding=UTF-8&lt;br /&gt;
&lt;br /&gt;
sonar.sources=/var/lib/jenkins/jobs/&amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-PullRequest/workspace&lt;br /&gt;
sonar.lingoport.project.root=/var/lib/jenkins/Lingoport_Data/Dashboard/Projects/&amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-PullRequest&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# For the GitHub SonarQube Plugin to push the results to GitHub PR&lt;br /&gt;
# The same for all:&lt;br /&gt;
#&lt;br /&gt;
# -------Using $DASHBOARD_HOME/sonar-project-pr-template.properties&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
sonar.analysis.mode=preview&lt;br /&gt;
sonar.github.endpoint=https://api.github.com&lt;br /&gt;
sonar.github.disableInlineComments=true&lt;br /&gt;
&lt;br /&gt;
# Specific for this install&lt;br /&gt;
&lt;br /&gt;
# Specific to this GitHub Project&lt;br /&gt;
# If the github.properties file does not exist, the job will not push &lt;br /&gt;
# the data to GitHub&lt;br /&gt;
#&lt;br /&gt;
# -------Using $LINGOPORT_DATA/Dashboard/github.properties&lt;br /&gt;
#&lt;br /&gt;
sonar.github.login=&amp;lt;myGitLogin&amp;gt;&lt;br /&gt;
sonar.github.oauth=&amp;lt;created token&amp;gt;&lt;br /&gt;
sonar.host.url=&amp;lt;http(s)://&amp;lt;dashboard url&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
# Generated from the Jenkins setting under &lt;br /&gt;
# ------ General: GitHub project / project Url&lt;br /&gt;
sonar.github.repository=&amp;lt;Repo&amp;gt; #for example: NASA/nasa-latex-blocks&lt;br /&gt;
# Generated from the Webhook payload &lt;br /&gt;
sonar.github.pullRequest=&amp;lt;pr number&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Configuring the DistributedPullRequest Jenkins job ===&lt;br /&gt;
Once you have created the new DistributedPullRequest project, some configurations need to be modified. The DistributedPullRequest should be based on a &amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt; Jenkins job that has been executed. &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Leave the &amp;#039;&amp;#039;&amp;#039;payload&amp;#039;&amp;#039;&amp;#039; parameter alone&lt;br /&gt;
&amp;lt;li&amp;gt; Set the &amp;#039;&amp;#039;&amp;#039;GIT_REPO&amp;#039;&amp;#039;&amp;#039; parameter. This should be set to the form &amp;#039;&amp;#039;&amp;#039;Company/Project&amp;#039;&amp;#039;&amp;#039; as seen on GitHub.  For example, in GitHub, NASA has many projects so the GIT_REPO would be set to NASA/nasa-latex-blocks&lt;br /&gt;
&amp;lt;li&amp;gt; Set the &amp;#039;&amp;#039;&amp;#039;LITE_PROJECT_DEFINITION&amp;#039;&amp;#039;&amp;#039; parameter to the value on the Agent. &amp;lt;code&amp;gt;$JENKINS_HOME/jenkins_slave/workspace/&amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-DistributedPullRequest/lingoport/LiteProjectDefinition.xml &amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Select &amp;#039;&amp;#039;&amp;#039;Restrict where this project can be run&amp;#039;&amp;#039;&amp;#039; and set it to &amp;#039;&amp;#039;&amp;#039;lingoport&amp;#039;&amp;#039;&amp;#039;.  &lt;br /&gt;
&amp;lt;li&amp;gt; Under &amp;#039;&amp;#039;&amp;#039;Build Triggers&amp;#039;&amp;#039;&amp;#039;, select &amp;#039;&amp;#039;&amp;#039;Trigger builds remotely (e.g., from scripts)&amp;#039;&amp;#039;&amp;#039; and set the value to &amp;#039;&amp;#039;&amp;#039;HOOK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;li&amp;gt; &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039; the configuration and &amp;#039;&amp;#039;&amp;#039;Enable&amp;#039;&amp;#039;&amp;#039; the project.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring GitHub for PullRequests ==&lt;br /&gt;
&lt;br /&gt;
Some configuration needs to be done on GitHub for the PullRequests to occur.&lt;br /&gt;
&lt;br /&gt;
In the GitHub page for your Project:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select &amp;#039;&amp;#039;&amp;#039;Settings&amp;#039;&amp;#039;&amp;#039; at the top of the window.&lt;br /&gt;
&amp;lt;li&amp;gt;Select the &amp;#039;&amp;#039;&amp;#039;Webhooks&amp;#039;&amp;#039;&amp;#039; tab in the left menu.&lt;br /&gt;
&amp;lt;li&amp;gt;Select the &amp;#039;&amp;#039;&amp;#039;Add webhook&amp;#039;&amp;#039;&amp;#039; button.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:webhook.png|800px]]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Set the &amp;#039;&amp;#039;&amp;#039;Payload URL&amp;#039;&amp;#039;&amp;#039; to &lt;br /&gt;
&amp;lt;pre&amp;gt;http://&amp;lt;Jenkins IP&amp;gt;/buildByToken/buildWithParameters?job=&amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-PullRequest&amp;amp;token=HOOK&amp;lt;/pre&amp;gt;&lt;br /&gt;
for PullRequest jobs or  &lt;br /&gt;
&amp;lt;pre&amp;gt;http://&amp;lt;Jenkins IP&amp;gt;/buildByToken/buildWithParameters?job=&amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-DistributedPullRequest&amp;amp;token=HOOK&amp;lt;/pre&amp;gt; for DistributedPullRequest jobs. &lt;br /&gt;
&amp;lt;li&amp;gt; Make sure the &amp;#039;&amp;#039;&amp;#039;Content Type&amp;#039;&amp;#039;&amp;#039; is &amp;lt;code&amp;gt;application/x-www-form-urlencoded&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Leave &amp;#039;&amp;#039;&amp;#039;Secret&amp;#039;&amp;#039;&amp;#039; blank&lt;br /&gt;
&amp;lt;li&amp;gt; &amp;#039;&amp;#039;&amp;#039;Which events would you like to trigger this webhook?&amp;#039;&amp;#039;&amp;#039; Select: &amp;#039;&amp;#039;&amp;#039;Let me select individual events&amp;#039;&amp;#039;&amp;#039; and check the &amp;#039;&amp;#039;&amp;#039;Pull Request&amp;#039;&amp;#039;&amp;#039; item.&lt;br /&gt;
&amp;lt;li&amp;gt; Select &amp;#039;&amp;#039;&amp;#039;Active&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;li&amp;gt; &amp;#039;&amp;#039;&amp;#039;Update&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Add Webhook&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everything is correct, then after adding the Webhook, the Jenkins job &amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-PullRequest or &amp;lt;Group&amp;gt;.&amp;lt;Project&amp;gt;-DistributedPullRequest should be triggered.  The job may FAIL, but at this point the verifying the communication between GitHub and the Jenkins job is a success.&lt;br /&gt;
&lt;br /&gt;
= Verify the PullRequest =&lt;br /&gt;
To test that the Pull Request works, &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Use or create a new branch in the Git Project with changes to internationalization issues.&lt;br /&gt;
&amp;lt;li&amp;gt; In GitHub, select the &amp;#039;&amp;#039;&amp;#039;Pull Requests&amp;#039;&amp;#039;&amp;#039; tab&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;#039;&amp;#039;&amp;#039;New Pull Request&amp;#039;&amp;#039;&amp;#039; button&lt;br /&gt;
&amp;lt;li&amp;gt; Select the two branches you wish to compare. You should see the differences on the screen between the two branches.&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;#039;&amp;#039;&amp;#039;Create New Pull Request&amp;#039;&amp;#039;&amp;#039; button and enter a comment.&lt;br /&gt;
&amp;lt;li&amp;gt; Select &amp;#039;&amp;#039;&amp;#039;Create Pull Request&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Return to the Jenkins Pull Request job.  It should be triggered and running.  If it is successful, return to your Pull Request tab in GitHub and you should see something like:&lt;br /&gt;
&lt;br /&gt;
[[File:Pulltest.png|800px]]&lt;/div&gt;</summary>
		<author><name>Olibouban</name></author>
	</entry>
</feed>