Yahav Itschak
Yahav Itschak
@PrathimaAltisource, Thanks for reporting this issue! As it looks, the plugin is not installed on your agent. This may occur due to many reasons. Please try to reinstall the plugin...
@PrathimaAltisource Thanks for the information. Could you please try to increase the java heap size in the agent? For example: ```yaml wrapper.java.initmemory=1024 wrapper.java.maxmemory=2048 ```
@PrathimaAltisource, Thanks for your input. The change in 3.2.6 was minor: https://github.com/jfrog/bamboo-artifactory-plugin/compare/3.2.5...3.2.6. I'm not sure it caused the issue. In former cases, issues like that were resolved after increasing the...
Thanks for reporting this issue, @andreatera! Can you please check with the latest release, 4.11.0?
@broecirr, Thanks for reporting this issue. The Gradle Artifactory plugin collects the build info from all submodules and publishes them with the build properties once in the end. In order...
@gregallen Jenkins Artifactory plugin [4.0.0](https://github.com/jfrog/jenkins-artifactory-plugin/releases/tag/artifactory-4.0.0) supports Gradle Configuration cache. Feel free to upgrade - we'd appreciate your feedback on that.
@Sanheethaa, This issue should be fixed in the Gradle Artifactory plugin [5.1.0](https://github.com/jfrog/artifactory-gradle-plugin/releases/tag/5.1.0) by https://github.com/jfrog/artifactory-gradle-plugin/pull/46. Please feel free to upgrade to the latest version and share your feedback.
@Sanheethaa what is your Gradle Artifactory plugin version?
@amitanand123, Thanks for reporting this issue! As it looks, the plugin is not installed on your agent. This may occur due to many reasons. Please try to reinstall the plugin...
The requested API: ```go propsParams := services.NewPropsParams() propsParams.Pattern = "repo/*/*.zip" // Filter the files by properties. Warning - this would be a breaking change. We have to consider it wisely....