Tag Archives: gitlab

gitlab jar was blacklisted by the pattern

https://docs.gitlab.com/ee/push_rules/push_rules.html Enabling push rules Note: GitLab administrators can set push rules globally under Admin area > Push Rules that all new projects will inherit. You can later override them in a... Read More | Share it now!

How can I pass artifacts to another stage?

Use dependencies. With this config test stage will download the untracked files that were created during the build stage: ... Read More | Share it now!