Skip to content

Add job_id and ref_name in working directory

username-removed-87464 requested to merge (removed):job-cwd into master

Fix issue #7 (closed)

This adds the job ID and ref name into the working directory where the repository is cloned, to avoid multiple job on the same project to work in the same directory.

Requires job_id to be published by gitlab-ci using this branch : gitlab-org/gitlab-ci!24

Merge request reports