About 272,000 results
Open links in new tab
  1. How to rename a branch in Gitlab?

    Oct 10, 2019 · HI, I need to rename branch “branch” to “branch_old” in gitlab, I searched for it and found that I need to do the following Checkout the branch locally. Rename it locally delete …

  2. Setting the parallel:matrix with a variable - GitLab CI/CD

    Dec 7, 2024 · I’m attempting to run jobs in a matrix (parallel:matrix) using a build time variable. In the pipeline, I attempt to read a descriptor, e.g., POM, with yq and with the values collected set …

  3. How to stop triggering build automatically for every commit

    Jul 10, 2024 · How to Use GitLab. Ereddy068 July 10, 2024, 1:56pm 1. I have a pipeline jobs imported into another ...

  4. Search code across all projects - How to Use GitLab - GitLab Forum

    Jan 26, 2016 · Due to gitlab rate limiting, we have now switched to this one that gets around the rate limit by waiting between calls: GitHub - ldbglobe/gitlab-finder: NodeJs CLI tools to search …

  5. Git clone of other repos during CI/CD process - GitLab CI/CD

    Feb 8, 2025 · 🤗 Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data. …

  6. GitLab Forum

    GitLab University Ask questions about the GitLab University platform and connect with others learning about GitLab, GitLab CI/CD, GitLab Duo, DevSecOps, and remote work. 65

  7. What is the recommended way of migrating a repository

    Sep 25, 2023 · I feel changing the path is easier in my case as I just want to move from one group to another since it is the same Gitlab instance. May I know three things:- If I change the path, …

  8. How make a if statement in the CI file - GitLab CI/CD

    Jul 14, 2020 · mkdir -p .gitlab/ci vim .gitlab/ci/run.sh chmod +x .gitlab/ci/run.sh git add .gitlab/ci/run.sh git commit -v Then add it to your CI job config. vim .gitlab-ci.yml myjob: script: - …

  9. Change role from developer to maintainer - GitLab Forum

    Mar 31, 2021 · Hi, I was invited by my boss to join a important project as a developer. My boss is not as git savvy as me and sometimes it would be good to be able force merge into master …

  10. Pass an environment variable to another job - GitLab Forum

    Mar 18, 2024 · I want to pass variable from one stage to another moreover I want to use that variable in definition of stage’s docker image that need to be used. I want to do something like …

Refresh