Skip to content

Commit

Permalink
fix(jobs): add output from jobs to global context for downstream jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed Mar 6, 2017
1 parent 6e417ba commit fe320bd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,6 +99,6 @@ public class WaitOnJobCompletion extends AbstractCloudProviderAwareTask implemen
}
}

new DefaultTaskResult(status, outputs)
new DefaultTaskResult(status, outputs, outputs)
}
}

0 comments on commit fe320bd

Please sign in to comment.