Skip to content

Commit

Permalink
add logging, and refactor.
Browse files Browse the repository at this point in the history
Signed-off-by: Phill Morton [email protected]"
  • Loading branch information
Phiph committed Sep 27, 2024
1 parent 6f3eeb8 commit b85ee96
Show file tree
Hide file tree
Showing 10 changed files with 211 additions and 25,697 deletions.
8 changes: 7 additions & 1 deletion workspaces/azure-devops/examples/scaffolder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ spec:
input:
organization: ${{ (parameters.repoUrl | parseRepoUrl)['organization'] }}
pipelineId: ${{ parameters.pipelineId }}
project: ${{ (parameters.repoUrl | parseRepoUrl)['project'] }}
project: ${{ (parameters.repoUrl | parseRepoUrl)['project'] }}

output:
links:
- title: Open in DevOps
icon: catalog
url: ${{ steps['runAzurePipeline'].output.pipelineRunUrl }}
4 changes: 2 additions & 2 deletions workspaces/azure-devops/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"dependencies": {
"@backstage-community/plugin-azure-devops-backend": "workspace:^",
"@backstage/backend-defaults": "^0.5.0",
"@backstage/backend-tasks": "^0.6.1",
"@backstage-community/plugin-scaffolder-backend-module-azure-pipeline-actions": "workspace:^",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-defaults": "^0.5.0",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/config": "^1.2.0",
"@backstage/plugin-app-backend": "^0.3.74",
"@backstage/plugin-auth-backend": "^0.23.0",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-plugin-api": "^0.7.0",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/integration": "^1.13.0",
"@backstage/plugin-scaffolder-node": "^0.4.8",
"azure-devops-node-api": "^14.0.0"
"azure-devops-node-api": "^14.1.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.23.3",
"@backstage/cli": "^0.26.11",
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.9"
},
Expand Down
Loading

0 comments on commit b85ee96

Please sign in to comment.