Difference between revisions of "Set Up Jenkins Lingobot User"

From Lingoport Wiki
Jump to: navigation, search
 
Line 1: Line 1:
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 <code>/var/lib/jenkins/lingobot/bin/jenkins_cli_config.sh</code> should contain the following information:
+
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 <code>/var/lib/jenkins/lingoport/bin/jenkins_cli_config.sh</code> should contain the following information:
   
 
# REQUIRED CONFIG VARIABLES for subsequent calls to jenkins-cli.jar
 
# REQUIRED CONFIG VARIABLES for subsequent calls to jenkins-cli.jar

Latest revision as of 21:07, 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/lingoport/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 Set Up Jenkins CLI User before moving forward with LingoBot installation.

The below variables in /var/lib/jenkins/lingoport/lingobot-<x.y>/config/lingobot_config.sh will be populated by Lingobot install process automatically so 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