Skip to content
Snippets Groups Projects

accept and pass PIPELINE_NAME

Merged Dmitry Kalinkin requested to merge pr/pipeline_name into master
1 unresolved thread
Files
2
@@ -31,13 +31,14 @@ jobs:
@@ -31,13 +31,14 @@ jobs:
ciskip: true
ciskip: true
- name: Trigger EICweb
- name: Trigger EICweb
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
uses: eic/trigger-gitlab-ci@v2
uses: eic/trigger-gitlab-ci@v3
with:
with:
url: https://eicweb.phy.anl.gov
url: https://eicweb.phy.anl.gov
project_id: 290
project_id: 290
token: ${{ secrets.EICWEB_EIC_CONTAINER_TRIGGER }}
token: ${{ secrets.EICWEB_EIC_CONTAINER_TRIGGER }}
ref_name: ${{ github.event.pull_request.head.ref || github.ref }}
ref_name: ${{ github.event.pull_request.head.ref || github.ref }}
variables:
variables: |
Please register or sign in to reply
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}
GITHUB_PR=${{ github.event.pull_request.number }}
 
PIPELINE_NAME_CONTAINER=${{ github.repository }}: ${{ github.event.pull_request.title || github.ref_name }}
Loading