We're an all-remote company that allows people to work from almost anywhere in the world. It's important for us to practice clear communication in ways that help us stay connected and work more efficiently.
These are core principles we believe world class product organizations exhibit. The goal is to build a PM system that fosters and honors these principles, in a way that works for GitLab.
You can only use files that are currently tracked by Git on the same branch your configuration file is on. In other words, when using ainclude:local, make sure that both.gitlab-ci.ymland the local file are on the same branch.需要确保当使用include:local时,.gitlab-ci.ymland the local ...
For example, to trigger a pipeline on the main branch of project-B when a tag is created in project-A, add the following job to project A’s .gitlab-ci.yml file: YAML Copy to clipboard trigger_pipeline: stage: deploy script: - 'curl --fail --request POST --form token=$MY_TRIGG...
Safari requires the web server to support theRange request headerto play your media content. For GitLab Pages to serve HTTP Range requests, you should use the following two variables in your.gitlab-ci.ymlfile: YAMLCopy to clipboard create-pages:stage:deployvariables:FF_USE_FASTZIP:"true"ARTIF...
You use agitlabCommitStatusstepin each stageto send status to GitLab... Then: You will need to define those stages in anoptionsblock. Otherwise, when and if the first stage passes, GitLab will merge the change. For example, if you have three stages named build, test, and deploy: ...
stage: cleanup variables:<<:*global-variables GIT_STRATEGY: none script: echo $SAMPLE_VARIABLEHide jobsIntroduced in GitLab 8.6 and GitLab Runner v1.1.1. If you want to temporarily 'disable' a job, rather than commenting out all the ...
File “/usr/lib/python3.10/ssl.py”, line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997) Here is the job def...
- tags artifacts: paths: - '.gitlab/release.json' Create release: image: registry.gitlab.com/gitlab-org/release-cli:latest stage: gitlab:release needs: ['Pepare release'] before_script: - echo "Skip before script" script: - release-cli create-from-file -file .gitlab/release.json only...
[/var/opt/gitlab]: /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/recipes/default.rb:43:in `from_file' [2015-09-22T01:00:11+08:00] WARN: Current directory[/var/opt/gitlab]: /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/recipes/users.rb:23:in `from_file' [2015-09-...