Commit 15130771 authored by FulcrandG's avatar FulcrandG
Browse files

Adding linked issues in the job documentation

parent faf6990b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ JOB_METADATA_FILE = "job.yml"
# Requests variables
GITLAB_API_URL = "https://gitlab.com/api/v4/"
R2DEVOPS_URL = "https://jobs.r2devops.io/"
JOB_TOKEN = getenv("CI_JOB_TOKEN")
JOB_TOKEN = getenv("API_TOKEN")
PROJECT_NAME = "r2devops/hub"
JOBS_SCOPE_LABEL = "Jobs::"

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ from os import getenv, listdir

PROJECT_NAME = "r2devops/hub"
BASE_API_URL = "https://gitlab.com/api/v4"
JOB_TOKEN = getenv("CI_JOB_TOKEN")
JOB_TOKEN = getenv("API_TOKEN")

# Job variables
JOBS_DIR = "jobs"