jx: failed to find trigger in the lighthouse configuration
Summary
How to create the trigger in the lighthouse configuration?
When I create the quickstart project, everything works fine, till it waits to find the trigger for my gitrepo
created pull request https://github.com/manuelwallrapp/jx3-cluster-repo/pull/3 on the development git repository https://github.com/myrepoproject/jx3-cluster-repo.git waiting up to 20m0s for a trigger to be added to the lighthouse configuration in ConfigMap config in namespace jx for repository: myrepoproject/thethird-try error: failed to wait for repository to be setup in lighthouse: failed to find trigger in the lighthouse configuration in ConfigMap config in namespace jx for repository: myrepoproject/thethird-try within 20m0s error: failed to wait for the pipeline to be setup myrepoproject/thethird-try: failed to run ‘jx pipeline wait --owner meowner --repo thethird-try’ command in directory ‘’, output: ‘’
Steps to reproduce the behavior
I created a springboot application, merged the pullrequest and then it waits for the trigger to configure. But I don’t know what to do.
Expected behavior
That it creates the trigger itself
Actual behavior
After 20min the execution of “jx create spring” aborts because of missing trigger.
Jx version
version: 3.0.680
Kubernetes cluster
I use Openshift CRC Version: 4.5.14
Open
Kubectl version
The output of kubectl version --client
is:
Client Version: version.Info{Major:“1”, Minor:“19”, GitVersion:“v1.19.3”, GitCommit:“1e11e4a2108024935ecfcb2912226cedeafd99df”, GitTreeState:“clean”, BuildDate:“2020-10-14T12:50:19Z”, GoVersion:“go1.15.2”, Compiler:“gc”, Platform:“darwin/amd64”}
Server Version: version.Info{Major:“1”, Minor:“18+”, GitVersion:“v1.18.3+5302882”, GitCommit:“5302882”, GitTreeState:“clean”, BuildDate:“2020-09-27T22:44:09Z”, GoVersion:“go1.13.4”, Compiler:“gc”, Platform:“linux/amd64”}
Operating system / Environment
Mac Os X 10.15.7
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 3
- Comments: 20 (1 by maintainers)
Ok now it’s all ok but i have a new error.
WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set releasing chart nodo error: failed to create chart release in dir charts/nodo: failed to add remote repo: failed to run ‘helm repo add --username admin --password ***** release-repo http://bucketrepo.jx.svc.cluster.local/bucketrepo/charts/’ command in directory ‘charts/nodo’, output: ‘Error: looks like “http://bucketrepo.jx.svc.cluster.local/bucketrepo/charts/” is not a valid chart repository or cannot be reached: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type repo.IndexFile’
Pipeline failed on stage ‘from-build-pack’ : container ‘step-promote-helm-release’. The execution of the pipeline has stopped.