Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To report the Pull Request data to SeaLights, the Task Runner must be installed locally on the BitBucket server:

    1. Download the Task Runner from the following link: https://s3.amazonaws.com/sl-repo/sl_task_runner/sl_task_runner-2.1.1206.zip
    2. Prepare a configuration file to be used by the Task Runner in JSON format:
      • The Bitbucket server properties in this configuration file should be defined within  json property  "bitbucketServer" as follows:

      • The token to be used should be an Agent token 

Code Block
titlesl-taskrunner-cfg.json example
{
    "tokenFile": "config/sltoken.txt",
	"bitbucketServer":
        {
            "url": "http://bitbucket.internal.net:7990",
            "token":"<personal access token>"
        }
}

...