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 Pipeline jobs get dependency changes #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ansig
Copy link

@ansig ansig commented Oct 6, 2017

We had a need to see dependency changes in Pipeline jobs that have used fingerprinted files from other jobs, something that wasn't implemented in the Pipeline support, as it would simply give you the changes since the previous build of the current job.

Updated DependencyChangesAggregator to use Run's instead of AbstractBuild's
so that it could be used with WorkflowRun's.

Added functionality in AllChangesWorkflowAction to get changes from a WorkflowRun's
changed dependencies (though only including AbstractBuilds for now since
Fingerprinter.FingerprintAction only supports that).

Updated DependencyChangesAggregator to use Run's instead of AbstractBuild's
so that it could be used with WorkflowRun's.

Added functionality in AllChangesWorkflowAction to get changes from a WorkflowRun's
changed dependencies (though only including AbstractBuilds for now since
Fingerprinter.FingerprintAction only supports that).
@ansig
Copy link
Author

ansig commented Oct 10, 2017

@pskumar448 Not sure who is maintaining this plugin now, but see that you merged the last few pull requests. Could you take a look at this one? It is touching the classes that you added previously as well.

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.

1 participant