skaffold

Using skaffold with Jenkins X

See the skaffold site on how to use skaffold to perform localy builds of a project.

Essentially you do the following:

skaffold init
  • then to run your application
skaffold run --tail

Last modified March 15, 2021: fix: add inner loop docs (4c4769b07b)