python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Semantic release not accepting GITLAB_TOKEN on gitlab private repository
Here is the error log message:
[3:40:55 PM] [semantic-release] › ✖ The command "git push --dry-run
--no-verify https://gitlab-ci-token:[secure]@[repository-url].git
HEAD:main" failed with ...

rfc1484
Votes: 0
Answers: 1
Gitlab-ci rules to run job only when triggerd by specific branch
let's say we have two projects A and B on GitLab, and I want a rule that allows a downstream job defined in project B to only run when it's triggered by a trigger in project A.
Project A gitlab-ci.yml...
devnull_dz
Votes: 0
Answers: 1
Get status codes with python-gitlab
Hi does anyone know if there is a way to get http status codes with python-gitlab? Or is there a way to use requests with python-gitlab to get the status codes?
Like how in the requests library you yo...
AllUser
Votes: 0
Answers: 1
How to get GitLab commits of a file using python gitlab module?
We are trying to get the commits of each file in a Gitlab repository. We are using the Python Gitlab module. We could get the commits of a repository but couldn't get the commits of individual files i...

Shiny S U
Votes: 0
Answers: 1