We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc11c09 + 91e47d4 commit 817029aCopy full SHA for 817029a
lib/Gitlab/Api/Jobs.php
@@ -81,7 +81,7 @@ public function artifacts($project_id, $job_id)
81
public function artifactsByRefName($project_id, $ref_name, $job_name)
82
{
83
return $this->getAsResponse("projects/".$this->encodePath($project_id)."/jobs/artifacts/".$this->encodePath($ref_name)."/download", array(
84
- 'job' => $job_name
+ 'job' => $this->encodePath($job_name)
85
))->getBody();
86
}
87
0 commit comments