Searched refs:GITLAB_URL (Results 1 – 4 of 4) sorted by relevance
15 from gitlab_common import read_token, GITLAB_URL, get_gitlab_pipeline_from_url152 gl = gitlab.Gitlab(url=GITLAB_URL, private_token=token, retry_transient_errors=True)
19 GITLAB_URL,127 gl = gitlab.Gitlab(url=GITLAB_URL, private_token=token, retry_transient_errors=True)
30 GITLAB_URL,553 gl = gitlab.Gitlab(url=GITLAB_URL,
18 GITLAB_URL = "https://gitlab.freedesktop.org" variable