build-info
build-info copied to clipboard
Regression: Missing BuildInfo section licenseControl
Describe the bug The org.jfrog.build.extractor.ci.BuildInfo and org.jfrog.build.api.Build classes should reflect the official Artifactory API as defined by https://jfrog.com/help/r/jfrog-rest-apis/build-upload. This was possible until https://github.com/jfrog/build-info/pull/559
To Reproduce ...
Expected behavior I can set the license control parameters
Screenshots If applicable, add screenshots to help explain your problem.
Versions
- Extractor version: 2.41.8 (via Artifactory Gradle plugin 5.1.12)
- Operating system: Ubuntu
- Artifactory Version:
Additional context The general structure of the code makes it hard to patch any shortcomings. HTTP Client and Jackson are part of public API but not compile-dependencies.