Skip to content
#

packaging-tool

Here are 31 public repositories matching this topic...

mortent
mortent commented Oct 14, 2021

We have a small number of e2e tests for kpt live (outside of the bash-based approach). They currently run in serial and requires that a new cluster is created for several of the tests. This causes them to be very slow.

We should improve this by:

  • Reduce the number of times we need to create a new kind cluster, as this takes ~1 minute. Tests should clean up after themselves and we can handle
custom-war-packager
oleg-nenashev
oleg-nenashev commented Sep 14, 2020

Custom WAR Packager 2.x uses the Jenkins update center to retrieve the plugin information, and it can also do pluginID => groupId/artifactId mapping . There is no need to strictly require Group IDs in the current Custom WAR Packager implementation.

Acceptance criteria

  • groupId field is now optional when Update Center Plugin plugin info Provider s used
  • There is a groupId resolution

Improve this page

Add a description, image, and links to the packaging-tool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packaging-tool topic, visit your repo's landing page and select "manage topics."

Learn more