Jenkins X - 如何安装应用程序
JenkinsX - how to install apps
jx 有命令:
get applications Display one or more Applications and their versions
get apps Display one or more installed Apps
我导入了一些项目,它们构建良好。我可以在调用 jx get applications
:
时看到它们
APPLICATION INTEGRATION PODS URL
integration-backend 123208 2/2
integration-frontend 90 2/2
然而 jx get apps
returns:
No Apps found
我们实际上是如何安装应用程序的?真的很难找到任何参考。
我们确实需要更好的文档 - 此处有详细信息:https://jenkins-x.io/apps/
您可以通过jx add app e.g. like the Jenkins App
添加应用
jx 有命令:
get applications Display one or more Applications and their versions
get apps Display one or more installed Apps
我导入了一些项目,它们构建良好。我可以在调用 jx get applications
:
APPLICATION INTEGRATION PODS URL
integration-backend 123208 2/2
integration-frontend 90 2/2
然而 jx get apps
returns:
No Apps found
我们实际上是如何安装应用程序的?真的很难找到任何参考。
我们确实需要更好的文档 - 此处有详细信息:https://jenkins-x.io/apps/
您可以通过jx add app e.g. like the Jenkins App
添加应用