You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a CI pipeline producing builds connected to a release pipeline for producing documentation. The repository is located in GitHub, but the pipeline runs in DevOps.
The first release correctly pulled the list of commits and populated work items as expected. The subsequent releases have not been able to pull any work items or commits, despite there being a commit (squash) between the two.
In an attempt to track down the issue, I did manually link a work item to the build pipeline, which is where WI#76 came from. The previous run found zero associated work items.
2024-03-09T21:47:52.3455619Z Looking for the [release] in the most recent successful release [0.1.0-ci.1]
2024-03-09T21:47:52.3455989Z Found artifact [release] with build number [0.1.0-ci.1] in release [0.1.0-ci.1]
2024-03-09T21:47:52.3456457Z Checking what commits and workitems have changed from [0.1.0-ci.1][ID 72] => [0.1.0-ci.2] [ID 76]
2024-03-09T21:47:52.3456869Z Defaulting on the workaround for build API limitation (see issue #349 set 'ReleaseNotes.Fix349=false' to disable)
2024-03-09T21:47:52.3457128Z Using workaround for build API limitation (see issue #349)
2024-03-09T21:47:52.6222515Z Getting WI associated with builds between 72 to 76 to make sure we find ones manually linked to build
2024-03-09T21:47:52.8888951Z ##[debug]Checking build 76 found 1 WI
2024-03-09T21:47:52.9710923Z ##[debug]Checking build 75 found 0 WI
2024-03-09T21:47:53.0711653Z ##[debug]Checking build 74 found 0 WI
2024-03-09T21:47:53.1869008Z ##[debug]Checking build 73 found 0 WI
...
2024-03-09T21:47:53.7893937Z Adding the build [76] and its associations to the unified results object
2024-03-09T21:47:53.7894674Z Detected 0 commits/changesets between the current build and the last successful one
2024-03-09T21:47:53.7895182Z Detected 0 workitems between the current build and the last successful one
Repo Steps
Use a GitHub repository with a DevOps pipeline.
Link a work item to a commit using the AB# syntax.
Run a build pipeline which runs a release pipeline. The task should find the work item.
Link a work item to a new commit using the AB# syntax.
Run a build pipeline which runs a release pipeline. The task should not find the commit, nor the work item.
Expected Behavior
The task should find the commits/work items between the two releases.
Ahh, thanks for the clarification! Didn't realize there was already an open issue for this. Looked around for a bit previously, but evidently I didn't look hard enough.
I think I can make something work based on one of your comments, as long as I can get a yaml pipeline to kick off prior to the build.
Azure DevOps Extensions
Generate Release Notes (Node Cross Platform)
Platform
Azure DevOps Services
Azure DevOps Server (TFS) Version
No response
Extension Version
No response
Describe the bug
I created a CI pipeline producing builds connected to a release pipeline for producing documentation. The repository is located in GitHub, but the pipeline runs in DevOps.
The first release correctly pulled the list of commits and populated work items as expected. The subsequent releases have not been able to pull any work items or commits, despite there being a commit (squash) between the two.
In an attempt to track down the issue, I did manually link a work item to the build pipeline, which is where WI#76 came from. The previous run found zero associated work items.
Repo Steps
Expected Behavior
The task should find the commits/work items between the two releases.
Logging Information
XplatGenerateReleaseNotes.log
The text was updated successfully, but these errors were encountered: