jfrog / jenkins-artifactory-plugin

Jenkins artifactory plugin
http://jenkins-ci.org/
116 stars 190 forks source link

Feature request for JFrog Build Information to support Android builds running with Make #863

Open martinistephan123 opened 1 year ago

martinistephan123 commented 1 year ago

Is your feature request related to a problem? Please describe. We are about to evaluate the JFrog Build Information feature but it is not supporting our AOSP Android builds running with Make.

Describe the solution you'd like to see Add Make support to the JFrog Build Information feature

Describe alternatives you've considered N/A

Additional context N/A

yahavi commented 1 year ago

@martinistephan123, "Make" doesn't function as a package manager, meaning it doesn't handle the resolution or deployment of dependencies. Nevertheless, if you incorporate Gradle commands within it, you can use the JFrog CLI to both resolve and deploy dependencies, as well as publish the build information. To illustrate, using the command jf rt gradle clean artifactoryPublish accomplishes all these tasks.

For more comprehensive details, you can refer to:

Please let me know if that helped.