artifactory - Composing custom builds - JSON payload examples -


are there more examples of custom build json payloads beyond available @ https://www.jfrog.com/confluence/display/rtf/artifactory+rest+api? or perhaps more in-depth documentation on “application/vnd.org.jfrog.build.buildsbyname+json” payload?

we have build produces both jar/ivy , rpm files (and other file types artifactory doesn’t know content of). today, publish generic repository keep together.

what ideal able create own custom build using rest api, composed of jar files + rpm files, can licensing searches across them.

in given example, artifacts composed in build referenced id/name/hash reference.

the problem current jenkins/artifactory/gradle plugin use our build separated amongst many smaller builds, ultimately, released one. makes making full report difficult, , doesn’t have way license checks including rpm files. want able publish 1 build, contains know in build.

the current setup has uploading our jars maven repository, adds time builds, given publishing same content generic repository alongside rpms , other content.

thanks!


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -