You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JenkinsX just stops randomly triggering build pipelines. This happens really randomly. Yesterday all was working just fine.
This morning, 0 pipeline was triggered.
I checked the webhook setting in github and it posted the event correctly.
When I checked the lighthous webhook pod I noticed this issue : {"BaseRef":"","Branch":"develop","Clone":"https://github.com/myorg/myrop.git","Commit.Author":{"Name":"****","Email":"karim.taoudi@***.com","Date":"0001-01-01T00:00:00Z","Login":"***","Avatar":""},"Commit.Committer.Name":"***","Commit.Link":"https://github.com/myorg/myrepo/compare/7198a5e3f49f...9399400be000","Commit.Message":"[OPS] Move ES secret to vault","Commit.Sha":"9399400be000d030462222958cacb0856b6924a3","ID":"365972836","Link":"https://github.com/myorg/myrepo","Name":"suzanne","Namespace":"emea-digital","Ref":"refs/heads/group","Webhook":"push","error":"failed to create agent: failed to calculate in repo config: failed to load trigger config for repository myorg/myrepofor ref : failed to create repo client: error creating a clone: exit status 128 Cloning into '/var/tmp/gitrepo160635722'...\nremote: Repository not found.\nfatal: repository 'https://github.com/myorg/myrepo/' not found\n","head":"9399400be000d030462222958cacb0856b6924a3","level":"error","msg":"Error creating agent for PushEvent.","org":"myorg,"ref":"refs/heads/group","repo":"suzanne","time":"2023-07-04T12:45:42Z"}
Expected : build job to start
The text was updated successfully, but these errors were encountered:
Hi,
JenkinsX just stops randomly triggering build pipelines. This happens really randomly. Yesterday all was working just fine.
This morning, 0 pipeline was triggered.
I checked the webhook setting in github and it posted the event correctly.
When I checked the lighthous webhook pod I noticed this issue :
{"BaseRef":"","Branch":"develop","Clone":"https://github.com/myorg/myrop.git","Commit.Author":{"Name":"****","Email":"karim.taoudi@***.com","Date":"0001-01-01T00:00:00Z","Login":"***","Avatar":""},"Commit.Committer.Name":"***","Commit.Link":"https://github.com/myorg/myrepo/compare/7198a5e3f49f...9399400be000","Commit.Message":"[OPS] Move ES secret to vault","Commit.Sha":"9399400be000d030462222958cacb0856b6924a3","ID":"365972836","Link":"https://github.com/myorg/myrepo","Name":"suzanne","Namespace":"emea-digital","Ref":"refs/heads/group","Webhook":"push","error":"failed to create agent: failed to calculate in repo config: failed to load trigger config for repository myorg/myrepofor ref : failed to create repo client: error creating a clone: exit status 128 Cloning into '/var/tmp/gitrepo160635722'...\nremote: Repository not found.\nfatal: repository 'https://github.com/myorg/myrepo/' not found\n","head":"9399400be000d030462222958cacb0856b6924a3","level":"error","msg":"Error creating agent for PushEvent.","org":"myorg,"ref":"refs/heads/group","repo":"suzanne","time":"2023-07-04T12:45:42Z"}
Expected : build job to start
The text was updated successfully, but these errors were encountered: