Set Up Jenkins Lingobot User

From Lingoport Wiki
Revision as of 20:56, 15 July 2020 by Rdaly (talk | contribs)
Jump to: navigation, search

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