Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: artifactdeployer
Created: 04/Dec/12 9:36 AM
Description:

I create a matrix build with Artifact Deployer plugin. I start my new job, I'll wait for it to end. Job has deployed atrifacts. I restart Jenkins. Job has no atrifacts. Build.xml has no info about deployed atrifacts.

Patch - ArtifactDeployerPublisher.java

public MatrixAggregator createAggregator(MatrixBuild build, Launcher launcher, BuildListener listener) {
        return new MatrixAggregator(build, launcher, listener) {

            @Override
            public boolean endRun(MatrixRun run) throws InterruptedException, IOException {
                boolean result = _perform(run, launcher, listener);
                run.save(); //it is important !!
                return result;
            }
        };
    }
Project: Jenkins
Priority: Minor Minor
Reporter: Jirka Wolny
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to