anon223345

↗ HN profile [ 98.8 ms ] full profile
Karma
257
Created
December 15, 2022 (3y ago)
Submissions
0
  1. It seems gradle, and jenkins can both run tests and deploy. Is best practice to run tests with Jenkins, and Deploy with Jenkins, and just use Gradle to Build? It seems weird to offload so much to Gradle when the point…

  2. Jenkins and Gradle just seems so heavy, and it seems gradle is doing way too much Is there a better way to break out more of what gradle is doing down into more jenkins steps?