We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
buildInfo.issues.tracker does not work in this plugin.
<configuration> <buildInfo> <issues.tracker.name>gitlab</issues.tracker.name> </buildInfo> </configuration>
Cannot find 'buildInfo.issues.tracker.name' in class org.jfrog.buildinfo.Config$BuildInfo
Support IssuesTrackerHandler.
doNothing,
see: https://github.com/jfrog/build-info/blob/ca2e8fa51a2e1f854654f6f965af29d3e6820226/build-info-extractor/src/main/java/org/jfrog/build/extractor/clientConfiguration/ArtifactoryClientConfiguration.java#L1080 see: https://github.com/jfrog/build-info/blob/ca2e8fa51a2e1f854654f6f965af29d3e6820226/build-info-extractor/src/main/java/org/jfrog/build/extractor/clientConfiguration/ArtifactoryClientConfiguration.java#L1029 see: https://github.com/jfrog/build-info-go/blob/df4947b5b00cd42b64de3d5aca7ab5d735ad07f8/buildinfo-schema.json#L195
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
buildInfo.issues.tracker does not work in this plugin.
Describe the solution you'd like to see
Support IssuesTrackerHandler.
Describe alternatives you've considered
doNothing,
Additional context
see: https://github.com/jfrog/build-info/blob/ca2e8fa51a2e1f854654f6f965af29d3e6820226/build-info-extractor/src/main/java/org/jfrog/build/extractor/clientConfiguration/ArtifactoryClientConfiguration.java#L1080
see: https://github.com/jfrog/build-info/blob/ca2e8fa51a2e1f854654f6f965af29d3e6820226/build-info-extractor/src/main/java/org/jfrog/build/extractor/clientConfiguration/ArtifactoryClientConfiguration.java#L1029
see: https://github.com/jfrog/build-info-go/blob/df4947b5b00cd42b64de3d5aca7ab5d735ad07f8/buildinfo-schema.json#L195
The text was updated successfully, but these errors were encountered: