microsoft / azure-gradle-plugins

Azure Plugins for Gradle
MIT License
45 stars 28 forks source link

Question: Same Artifact for multiple stages (dev, qa, prod)? #145

Open jensbarthel opened 2 years ago

jensbarthel commented 2 years ago

Motivation

Approach

Question

MartinX3 commented 1 year ago

I use Spring Boot.

Also it would be nice to use the already created .jar file from a build step. Currently I can't use the gradle caching since using this plugin, My pipeline time is now twice as long. (Test stage time doubled and the default stage of this plugin is slower than my previous gradle bootJar stage.)