Skip to content

How To Connect to VSTS

John C edited this page Jun 27, 2019 · 2 revisions

To configure Siren of Shame to connect to Azure DevOps (formerly Visual Studio Team Services) you'll need to create a personal access token.

  1. Log in to ADO/VSTS and click Security from the menu in the top right

    vsts menu top right screenshot

  2. Click "New Token" under Personal access tokens

  3. Enter sirenofshame under Name

  4. Under Scopes select "Custom defined" and "Build (read)"

    Personal access token screenshot

  5. Click "Create"

  6. Copy the resulting token to the clipboard

    Results os creating personal access token screenshot

  7. In Siren of Shame add a new Microsoft TFS 2015+ build with these values:

    • Url: https://[mysite].visualstudio.com OR https://dev.azure.com/ for new URL format
    • Collection: if using the new URL put your organization name here
    • Username: sirenofshame (or whatever you entered for step 3)
    • Password: The value you were given in step 6

    Siren of shame add server screenshot

Clone this wiki locally