• Marius Bobin's avatar
    Add variable expansion to cross pipeline artifacts · d04a12e0
    Marius Bobin authored
    Variables can be specified when adding cross project dependencies with
    needs:
    
    ```
    build_job:
      stage: build
      script:
        - ls -lhR
      needs:
        - project: $CI_PROJECT_PATH
          job: $SOME_JOB_NAME_IN_OTHER_PROJECT
          ref: $CI_COMMIT_BRANCH
          artifacts: true
    ```
    d04a12e0
contextable.rb 3.97 KB