jfrog / project-examples

Small projects in universal build ecosystems to configure CI and Artifactory
1.01k stars 2.39k forks source link

Publish generic artifact to generic repository #173

Open TD-4242 opened 5 years ago

TD-4242 commented 5 years ago

Is there an example for how to take artifact xxx.xxx and publish to generic repository yyy-yyy?

eyalbe4 commented 5 years ago

@TD-4242 - The easiest way to this is by using JFrog CLI: jfrog rt u path/to/file repository/path/in/artifactory

grv87 commented 5 years ago

@eyalbe4, is/will it be possible to accomplish from Gradle plugin?

See jfrog/build-info#176