Azure DevOps
Last updated
Was this helpful?
Last updated
Was this helpful?
In addition to our out-of-the-box , Spacelift supports using Azure DevOps as the source of code for your and .
In order to set up the integration from the Spacelift side, please navigate to the VCS providers section of the admin Settings page, find the Azure DevOps integration and click the Set up button:
This should open a form like this one:
Now you'll have to fill in the Organization URL, which is the main URL of your Azure DevOps organization.
1. Go to User settings -> Personal access tokens (in the top right section of the Azure DevOps page)
2. On the Personal Access Tokens page click + New Token
3. Create a new personal access token. There, you will need to set the name of your token, expiration and scope. For Spacelift give it Code (Source code, repositories, pull requests and notifications) Read & write access.
4. Once the token is created, put it into the Personal access token field on the Spacelift Azure DevOps setup form.
After doing all this you should have all fields filled in.
If all the data is correct, after saving you should see two notifications in the bottom right part of Spacelift: New integration was created; and Connecting to Azure DevOps succeeded.
In order for Spacelift to be notified of any changes made in your Azure DevOps repos, you need to setup webhooks in Azure DevOps. You can find your webhook endpoint and webhook password under the Azure DevOps VCS integration section:
For each Azure DevOps project you want to use with Spacelift, you now have to go into its Project settings -> Service hooks -> Create subscription. Within the services list choose Webhook and click Next.
We will need to create multiple integrations: Code pushed, Pull request created, Pull request merge attempted and Pull request updated. Let's first create Code pushed integration.
Once on the Trigger page of New Service Hooks Subscription window, select Code pushed in the Trigger on this type of event dropdown and click Next.
After clicking Next you should see the Action page. Under the Settings section fill in the Spacelift Webhook endpoint URL. Leave Basic authentication username empty and put the Webhook password under Basic authentication password and click Finish.
Once done you should see the list of configured Service Hooks. Repeat the same process for the others. Afterwards you should see the configured webhooks on the Service Hooks settings page.
When creating a Stack, you will now be able to choose the Azure DevOps provider and a repository inside of it:
If you no-longer need the integration, you can remove it via the Unlink button on the VCS settings page.
Please also remember to remove any Spacelift webhooks from your repositories.
You can find out more about Azure DevOps URLs .
In order to create a you need to: