Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make email of user profile accessible on context #4212 #4631

Merged
merged 1 commit into from
Mar 20, 2019

Conversation

carlosrfranco
Copy link
Contributor

This changes allow context access ${job.user.email}, i.e. the email address of the user profile can be passed into the workflow step.

@jtobard jtobard self-requested a review March 20, 2019 12:57
@jtobard
Copy link
Contributor

jtobard commented Mar 20, 2019

fix #4212 fix #2607 fix #947

Copy link
Contributor

@jtobard jtobard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and working, using this job:

- defaultTab: summary
  description: ''
  executionEnabled: true
  id: a3ee2b59-31bf-4fdd-a070-c1ab470951c3
  loglevel: INFO
  name: pr_4631
  nodeFilterEditable: false
  scheduleEnabled: true
  sequence:
    commands:
    - exec: echo  ${job.user.email}
    - script: echo $RD_JOB_USER_EMAIL
    keepgoing: false
    strategy: node-first
  uuid: a3ee2b59-31bf-4fdd-a070-c1ab470951c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants