Skip to content

Commit

Permalink
Merge pull request #106 from stellarspot/feature/circleci-show-parent…
Browse files Browse the repository at this point in the history
…-info-in-platform-pipeline

Show parent info in the platform-pipeline
  • Loading branch information
stellarspot authored Nov 15, 2018
2 parents 560358e + e4baecf commit e93dd21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
then
curl -u ${CIRCLECI_PLATFORM_PIPELINE_TOKEN}: \
-d build_parameters[CIRCLE_JOB]=build \
-d build_parameters[PARENT_PROJECT_REPONAME]="$CIRCLE_PROJECT_REPONAME" \
-d build_parameters[PARENT_BRANCH]="$CIRCLE_BRANCH" \
-d build_parameters[PARENT_BUILD_URL]="$CIRCLE_BUILD_URL" \
https://circleci.com/api/v1.1/project/github/singnet/platform-pipeline/tree/${TRIGGER_BUILD_BRANCH}
fi

0 comments on commit e93dd21

Please sign in to comment.