Skip to content

Commit

Permalink
SYS-164 added workflow to run linter and trigger smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TieDyedSheep committed May 15, 2024
1 parent 71b8f57 commit 3c197f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@ jobs:
# Export the environment variables
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV
- name: Trigger Jenkins Job
env:
BRANCH_NAME: ${{ env.BRANCH_NAME }}
REPO_NAME: ${{ vars.REPO_NAME }}
JENKINS_URL: ${{ vars.JENKINS_URL }}
JENKINS_JOB_NAME_SMOKE: ${{ vars.JENKINS_JOB_NAME_SMOKE }}
JENKINS_JOB_SMOKE: ${{ vars.JENKINS_JOB_SMOKE }}
run: |
curl -f -X POST "${JENKINS_URL}/job/${JENKINS_JOB_SMOKE}/buildWithParameters?SPECIFY_${REPO_NAME}_BRANCH=true&${REPO_NAME}_BRANCH=${BRANCH_NAME}" \
--user "${{ secrets.JENKINS_API_CREDS }}"

0 comments on commit 3c197f2

Please sign in to comment.