Fix the data reference for RunDetailsPipeline

This commit is contained in:
kzantow 2016-07-19 07:30:28 +09:00
parent dc9139ae39
commit afd9abd767
1 changed files with 1 additions and 2 deletions

View File

@ -268,8 +268,7 @@ export class RunDetailsPipeline extends Component {
<div>
<Extensions.Renderer
extensionPoint="jenkins.pipeline.run.details"
pipeline={this.context.pipeline ? this.context.pipeline : this.props.pipeline}
runId={runId}
currentRun={this.props.result}
/>
<div ref="scrollArea">
{ nodes && nodes[nodeKey] && <Extensions.Renderer