You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Gradle Artifactory plugin, is there a way to not compile the source before publishing when using the artifactoryPublish task? Within our CI tool, I want to be able to separate the stages from each other so that we have a build stage which compiles the code, and a deploy stage which publishes to artifactory.
At the moment artifactoryPublish rebuilds the code, which is making the builds run twice as long
Looking at the other available tasks given by the Artifactory plugin, there is artifactoryDeploy. However this doesn't seem to push any jar artifacts that are already present in my build/libs directory
Thanks in advance
The text was updated successfully, but these errors were encountered:
Using the Gradle Artifactory plugin, is there a way to not compile the source before publishing when using the artifactoryPublish task? Within our CI tool, I want to be able to separate the stages from each other so that we have a build stage which compiles the code, and a deploy stage which publishes to artifactory.
At the moment artifactoryPublish rebuilds the code, which is making the builds run twice as long
Looking at the other available tasks given by the Artifactory plugin, there is artifactoryDeploy. However this doesn't seem to push any jar artifacts that are already present in my build/libs directory
Thanks in advance
The text was updated successfully, but these errors were encountered: