Skip to content

Commit

Permalink
[Integrations] [Azure Devops] Fixed remote url error (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
matan84 authored May 8, 2024
1 parent dc52612 commit c6af802
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:
blueprint: '"service"'
title: .name
properties:
url: '.url'
url: '.remoteUrl'
readme: file://README.md
relations:
project: .project.id
Expand Down
7 changes: 7 additions & 0 deletions integrations/azure-devops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

# Port_Ocean 0.1.18 (2024-05-08)

### Improvements

- Changed url to service from api url to remoteUrl (#1)


# Port_Ocean 0.1.17 (2024-05-01)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/azure-devops/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "azure-devops"
version = "0.1.17"
version = "0.1.18"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <[email protected]>"]

Expand Down

0 comments on commit c6af802

Please sign in to comment.