jfrog / teamcity-artifactory-plugin

TeamCity plugin that enables traceable build artifacts with Artifactory
https://www.jfrog.com/confluence/display/JFROG/TeamCity+Artifactory+Plug-in
Apache License 2.0
42 stars 47 forks source link

Artifactory integration with Gradle Runner steps doesn't deploy artifacts anymore #88

Open sgaspari opened 3 years ago

sgaspari commented 3 years ago

Since latest release 2.9.0 of teamcity-artifactory-plugin, Artifactory integration doesn't deploy gradle built artifacts. With 2.8.0 version we had the following line in the TeamCity build log:

:[:artifactoryDeploy] 2021-02-04T10:27:52.654+0100 [LIFECYCLE] [org.jfrog.gradle.plugin.artifactory.task.DeployTask] Deploying artifact: <ARTIFACTORY_URL>/maven-repo/<ARTIFACT_PATH>/<ARTIFACT_VERSION>/<ARTIFACT_ID>-<ARTIFACT_VERSION>.aar

Now this line is missing and no artifact is deployed :(