Skip to content
Snippets Groups Projects
Select Git revision
  • v15.0.0-ee
  • v14.10.3-ee
  • v15.0.0-rc44-ee
  • v15.0.0-rc43-ee
  • v15.0.0-rc42-ee
  • v14.10.2-ee
  • v14.8.6-ee
  • v14.9.4-ee
  • v14.10.1-ee
  • v14.10.0-ee
  • v14.10.0-rc42-ee
  • v14.9.3-ee
  • v14.6.7-ee
  • v14.7.7-ee
  • v14.8.5-ee
  • v14.9.2-ee
  • v14.7.6-ee
  • v14.9.1-ee
  • v14.9.0-ee
  • v14.9.0-rc42-ee
20 results
An error occurred while fetching branches. Retry the search.

build.rb

Forked from GitLab.org / GitLab
Source project has a limited visibility.
  • Albert Salim's avatar
    612b1346
    Allow runner job artifact request using token belonging to a dependent job · 612b1346
    Albert Salim authored and Fabio Pitino's avatar Fabio Pitino committed
    This opens the runner job artifact request API to requests that
    use either of the following tokens:
    1. Job token belonging to the job that owns the artifact (existing behaviour).
       This token is valid regardless of the status of the job.
    2. Job token belonging to the job that depends on the artifact (new behaviour).
       This token is valid only if the dependent job is still running.
    612b1346
    History
    Allow runner job artifact request using token belonging to a dependent job
    Albert Salim authored and Fabio Pitino's avatar Fabio Pitino committed
    This opens the runner job artifact request API to requests that
    use either of the following tokens:
    1. Job token belonging to the job that owns the artifact (existing behaviour).
       This token is valid regardless of the status of the job.
    2. Job token belonging to the job that depends on the artifact (new behaviour).
       This token is valid only if the dependent job is still running.