Difference between revisions of "Localyzer Jenkins Plugins"

From Lingoport Wiki
Jump to: navigation, search
(Jenkins)
(Jenkins)
Line 2: Line 2:
   
 
Download Jenkins from [https://jenkins-ci.org/ jenkins-ci.org], install it, and run it. Must be <b>version 1.609</b> or later.
 
Download Jenkins from [https://jenkins-ci.org/ jenkins-ci.org], install it, and run it. Must be <b>version 1.609</b> or later.
Otherwise, the location of the 'workspace' may vary, causing real problems!
+
Otherwise, the location of the 'workspace' may vary, causing real problems! Jobs created by this version <b>must</b> have the workspace located under <b>$JENKINS_HOME/jobs/$JOBNAME/workspace</b>.
   
 
The following Jenkins plugins are required. To see what plugins are installed, go to Jenkins -> Manage Jenkins -> Manage Plugins and select the '''Installed''' tab.
 
The following Jenkins plugins are required. To see what plugins are installed, go to Jenkins -> Manage Jenkins -> Manage Plugins and select the '''Installed''' tab.

Revision as of 22:37, 17 April 2015

Jenkins

Download Jenkins from jenkins-ci.org, install it, and run it. Must be version 1.609 or later. Otherwise, the location of the 'workspace' may vary, causing real problems! Jobs created by this version must have the workspace located under $JENKINS_HOME/jobs/$JOBNAME/workspace.

The following Jenkins plugins are required. To see what plugins are installed, go to Jenkins -> Manage Jenkins -> Manage Plugins and select the Installed tab.

Note

A quick note for the relationship between the TOKEN necessary for the lingotekcall back and security:

1) The plugin is Build Authorization Token Root Plugin, https://wiki.jenkins-ci.org/display/JENKINS/Build+Token+Root+Plugin It must be installed. However, if no security is set, jobs cannot be triggered remotely using a TOKEN!!! So ...

2) Make sure security is set. The typical one is first set under Configure Global Security in Manage Jenkins for 'Matrix Security' and 'Using Jenkins Own Database'. Once this is set (as opposed to anonymous everything), one can then use the Build Authorization Token Root in the lingotekcall job: Set the Token to 'LINGOSQUARE'