Relative Content

Tag Archive for gitlab

Gitlab webhook with extra payload

I want to create a webhook and on top of the payload ( event information data) I want to add extra parameters I tried a custom webhook template with different variables but none worked

Gitlab webhook with extra payload

I want to create a webhook and on top of the payload ( event information data) I want to add extra parameters I tried a custom webhook template with different variables but none worked

Can pull from GitLab project but cannot push when other projects work fine

I have a weird situation with GitLab. I am working with an enterprise edition hosted by my institution. There is <url>/groupA/projectA and <url>/groupB/projectB. Both projects use the default permission sets for reporter, developer, maintainer, etc. In both projects, I am a developer. I use ssh authentication for both. When I do git remote -v locally in each project, the only difference in the output is git@<url>:groupA/projectA vs. git@<url>:groupB/projectB.

How to deploy a non-web application to a GitLab environment?

I have plenty of experience when it comes to deploying web-based applications using GitLab environments. I’m at a new job now where we are testing a suite of binaries and want to deploy these binaries to some servers we have setup for the explicit case of testing a deployment.