Difference between revisions of "Set Up Jenkins Lingobot User"

From Lingoport Wiki
Jump to: navigation, search
Line 6: Line 6:
 
export JENKINS_URL=<nowiki>http://localhost:8080/jenkins</nowiki>
 
export JENKINS_URL=<nowiki>http://localhost:8080/jenkins</nowiki>
   
If any of this information is missing, please return to [] before moving forward with LingoBot installation.
+
If any of this information is missing, please return to [Lingoport_Suite_Installation#Set_up_a_CLI_user_for_Jenkins Set Up CLI User for Jenkins] before moving forward with LingoBot installation.
   
 
The below variables will be set up by Lingobot install.sh automatically, just leave them empty.
 
The below variables will be set up by Lingobot install.sh automatically, just leave them empty.

Revision as of 20:58, 15 July 2020

LingoBot uses the jenkins_cli user that should have been created at installation. To verify that the user exists, go to Jenkins Manage Jenkins (left side of screen) and Manage Users and there should be a jenkins_cli User ID and Jenkins CLI Automation Name. Also the /var/lib/jenkins/lingobot/bin/jenkins_cli_config.sh should contain the following information:

# REQUIRED CONFIG VARIABLES for subsequent calls to jenkins-cli.jar
export JENKINS_USER=jenkins_cli
export JENKINS_TOKEN=<a token>
export JENKINS_URL=http://localhost:8080/jenkins

If any of this information is missing, please return to [Lingoport_Suite_Installation#Set_up_a_CLI_user_for_Jenkins Set Up CLI User for Jenkins] before moving forward with LingoBot installation.

The below variables will be set up by Lingobot install.sh automatically, just leave them empty.

 export LINGOBOT_JENKINS_USERNAME=
 export LINGOBOT_JENKINS_TOKEN=
 export LINGOBOT_JENKINS_DOMAIN=

You're done with this part! Next Step: LingoBot Dashboard Setup