-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I'm using the Jenkins Artifactory plugin with Gradle Integration. At the end of the build, a gradle task called artifactoryPublish is run. It quickly fails saying "File '/home/jenkins/slaves/dev-build1/workspace/nrfpt-adhoc-halo-clean-build-gradle/device/mgmt/stream/.build/libs/halo-device-mgmt-stream-UNVERSIONED.war' does not exists, and need to be published!".
However, this is to be expected, because that WAR file does not exist. Rather, it is a ZIP file in actuality. How can I get the Artifactory Jenkins plugin to work around this?