JenkinsX - how to install apps

6/12/2019

jx has commands:

  get applications Display one or more Applications and their versions
  get apps       Display one or more installed Apps

I have imported some projects and they are building fine. I can see them when I call jx get applications:

APPLICATION          INTEGRATION PODS URL
integration-backend  123208      2/2  
integration-frontend 90          2/2  

however jx get apps returns:

No Apps found

How do we actually install apps? It's really hard to find any reference.

-- maszter
jenkins--x
kubernetes
kubernetes-helm

1 Answer

6/12/2019

we need better docs for sure - there's details here: https://jenkins-x.io/apps/

you can add apps via jx add app e.g. like the Jenkins App

-- James Strachan
Source: StackOverflow