Closed kdevu closed 4 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://jenkins-x.io/community.
/lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Provide feedback via https://jenkins-x.io/community.
/close
@jenkins-x-bot: Closing this issue.
Hi,
Apologies if this isn't the right repository to create this issue.
I've been using Serverless Jenkins X with Gitlab, as a result I've also been using LightHouse and Tide. I've tried creating a pipeline by creating a Pull/Merge Requests, but after following these steps
jx import
master
(using the Gitlab GUI)I run into the following errors in the LightHouse and Tide Pods.
Errors in the LightHouse Pod
The errors in question:
"error":"could not get .generated_files: 404 Commit Not Found"
"error":"could not check membership: error in IsCollaborator: "
"error","msg":"Failed to unmarshal aliases from \"/tmp/git895832845/OWNERS_ALIASES\". Using empty alias map."
"error","msg":"Failed to list collaborators while loading RepoOwners. Skipping collaborator filtering.
"error":"failed to get issue comments for USER/serviceA#5: 404 Not found"
The logs are below, all the errors are in the bottom half
Errors in the Tide Pod
The error in question:
no GraphQL graphql supported for git provider gitlab
. The logs are below.Expected Behaviour
I expect a pipeline to be created that will deploy the service to a Preview environment.
My Configurations
These are my configurations (the relevant files), should I expect Pull Requests on Gitlab to create a pipeline and deploy to a Preview environment with these configurations?
jenkins-x-boot-config/jx-requirements.yml
fileMyProject/jenkins-x.yml
fileMyProject/OWNERS
fileMyProject/OWNERS_ALIASES
fileJX Version