jfrog-azure-devops-extension icon indicating copy to clipboard operation
jfrog-azure-devops-extension copied to clipboard

Support the parameters configured in the task can be accessed through pipeline Output Variables

Open gyzong1 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

--No

Describe the solution you'd like to see A clear and concise description of the new feature.

--Using the Build tools Task provided by "jfrog-azure-devops-extension", support the parameters configured in the task can be accessed through pipeline Output Variables Expectation: All variables under "inputs:" can be referenced by other tasks.

For example: artifactoryResolverService: "JFrog Artifactory V2" in task "JFrogMaven@1" Screenshot-1

Can be referenced in the task "CmdLine@2" by using $(jfrog_maven_task.artifactoryResolverService),which outputs "JFrog Artifactory V2" Screenshot-2

Describe alternatives you've considered If applicable, a clear and concise description of any alternative solutions or features you've considered.

--No

Additional context Add any other context or screenshots about the feature request here.

--No

gyzong1 avatar Jun 14 '23 02:06 gyzong1

We are doing deep integration of jfrog-azure-devops-extension and Azure DevOps, which is important to us.

nixilin avatar Jun 14 '23 03:06 nixilin