gitlab - simeonlam/knowledge GitHub Wiki
gitlab cmd
gitlab-ctl reconfigure
gitlab-ctl status
gitlab-ctl tail
gitlab-rails console
Notify.test_email('[email protected]', 'Test mail from gitlab', 'This email is send from gitlab console for testing').deliver_now
Send-MailMessage -From '[email protected] <[email protected]>' -To '[email protected] <[email protected]>' -Subject 'Test mail' -SMTPServer 'smtp server'
gitlab cache problem
Admin -> CI/CD -> Continuous Integration and Deployment -> Default artifacts expiration => 30 day >>> 12h
ref: https://www.cnblogs.com/hahaha111122222/p/15207203.html
gitalb approval
https://about.gitlab.com/blog/2020/02/20/protecting-manual-jobs/