Difference between revisions of "Set Up Jenkins Lingobot User"

From Lingoport Wiki
Jump to: navigation, search
(Replaced content with "The below variables will be set up by Lingobot install.sh automatically, just leave them empty. export LINGOBOT_JENKINS_USERNAME= export LINGOBOT_JENKINS_TOKEN= expo...")
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:
  +
  +
# 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 [] 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.
 
export LINGOBOT_JENKINS_USERNAME=
 
export LINGOBOT_JENKINS_USERNAME=

Revision as of 20:56, 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 [] 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