jfrog / artifactory-gradle-plugin

JFrog Gradle plugin for Build Info extraction and Artifactory publishing.
Apache License 2.0
21 stars 15 forks source link

Deploy archives without publication in CI mode #48

Closed yahavi closed 1 year ago

yahavi commented 1 year ago

CI mode - deploy archives when no publishing extension is applied. This PR is necessary to upgrade the Gradle plugin to 5+ in the JFrog CLI and in the Jenkins Artifactory plugin.

github-actions[bot] commented 1 year ago
[![](https://raw.githubusercontent.com/jfrog/frogbot/master/resources/v2/noVulnerabilityBannerPR.png)](https://github.com/jfrog/frogbot#readme)
[JFrog Frogbot](https://github.com/jfrog/frogbot#readme)
yahavi commented 1 year ago
  1. Added ciServerArchivesTest
  2. This shouldn't work in a non-ci mode. We should encourage users to use only Gradle publications.
  3. But there is zero configuration needed. The process is entirely transparent for the user. Also, users of this plugin will not execute the added code.