-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifact not getting generated for the API's from extractor #552
Comments
|
Please don't use the alpha version as it's broken. Looking at the error you shared seems like it can't find the folder to use to pull the artifacts form to merge the pr. Make sure you don't have some misconfigured paths. also the extractor seems to be doing this job and extracting the artifacts for you which you could clearly see in the first stage of the pipeline. If you click on the artifacts icon generated in the first stage, you will see all the extracted artifacts so hopefully once for the next stage, then the pool request will go ahead and take these artifacts and merge them into repositories main branch. |
Can you include the output of step |
Hi @guythetechie , Here it is. Artifact name input: artifacts-from-portal ##[debug]Processed: ##vso[telemetry.publish area=AzurePipelinesAgent;feature=PipelineArtifact]{"FileCount":"1","PlanId":"d90ed454-aed0-4454-9334-d0e63664167d","JobId":"82eded09-40cb-5e35-5d9c-30947af734a8","TaskInstanceId":"c7844f98-e1d9-5dba-790a-50564360692b","ActionDurationMs":"463","ActionName":"PipelineArtifact.UploadAsync","ActionResult":"Success","AttemptNumber":"1","ItemCount":"0","Level":"ThirdParty","CreatedUtcNow":"2024-05-17T14:46:40.5018454Z","SentUtcNow":"2024-05-17T14:46:40.9683927Z","BaseAddress":"https://vsblobprodcus3.vsblob.visualstudio.com/Af7dc6c9d-b432-4f79-b635-57141ddb4914/","X_TFS_Session":"fc78b283-dd85-4a0b-a976-fb9da68d7c6f","DeploymentEnvironment":"PRODUCTION","DeploymentEnvironmentIsProduction":"True","VSOAccount":"vsblobprodcus3","OSName":"Linux","OSVersion":"2024","FrameworkDescription":".NET ","ProcessName":"Agent.PluginHost","DotNetReleaseDword":"-1","Version":"19.237.34720.0","ExceptionCount":"0"} |
The only difference i see is your branch is main and mine is master. But i've also updated that accordingly. So i'm stuck here. |
We've seen this issue before. In your That folder is defined in this line of code: In your That folder is defined in this line of code: Both steps refer to It's an ADO issue, and we never found a root cause for it. Workaround would be to hardcode a path in your |
@guythetechie & @waelkdouh , Thank you both. The copyFiles worked for me from #170 . I'm going with that for now. Thank you for your time in helping this resolve so quickly. Closing this thread. |
Release version
v5.1.4
Question Details
I'm not seeing the API artifacts while running the extractor from version v5.1.4. I even tried with the latest version Azure_DevOps_v6.0.0-alpha.1.0.4 and several other previous versions. No luck. Only the Spectral-result.xml is getting created in the artifacts from portal.
Expected behavior
API artifacts should be downloaded to target folder and pull request should be created
Actual behavior
Only spectral-result.xml file is getting generated and stored in the target folder. No API artifacts are getting saved.
Reproduction Steps
I'm using v5.1.4 to run the extractor.
The text was updated successfully, but these errors were encountered: