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

[FIXED JENKINS-36504] Use TestObject.getRun(), not TestObject.getOwner() #15

Merged
merged 1 commit into from Jul 7, 2016

Conversation

abayer
Copy link
Member

@abayer abayer commented Jul 7, 2016

JENKINS-36504

Since TestObject.getOwner() returns an AbstractBuild, it's null for
WorkflowRuns. So that needed to be changed to TestObject.getRun() instead.

cc @reviewbybees

Since TestObject.getOwner() returns an AbstractBuild, it's null for
WorkflowRuns. So that needed to be changed to TestObject.getRun() instead.
@jtnord
Copy link
Member

jtnord commented Jul 7, 2016

🐝

1 similar comment
@andresrc
Copy link

andresrc commented Jul 7, 2016

🐝

@ghost
Copy link

ghost commented Jul 7, 2016

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

@abayer abayer merged commit abf0af1 into jenkinsci:master Jul 7, 2016
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.

None yet

3 participants