jfrog-azure-devops-extension
jfrog-azure-devops-extension copied to clipboard
Support the parameters configured in the task can be accessed through pipeline Output Variables
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"
Can be referenced in the task "CmdLine@2" by using $(jfrog_maven_task.artifactoryResolverService),which outputs "JFrog Artifactory V2"
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
We are doing deep integration of jfrog-azure-devops-extension and Azure DevOps, which is important to us.