Hi, I'm having a problem with the ArtifactArchiver in combination with the PostBuildScript plugin.
I am using the PostBuildScript plugin to invoke an ANT task to retrieve the results of a test from an other environment and then I want to use the ArtifactArchiver to attach the results to the build as an Artifact (It's a matrix configuration build in case that makes a difference). In the Post-Build Action section of the Job configuration I configure the ant task first and then the ArtifactArchiver but when the build is executed the ArtifactArchiver is called first and doesn't find the Artifacts. When I re-open the configuration screen the ArtifactArchiver has moved ahead of the PostBuildScript ANT configuration. So I'm wondering if could I use a Groovy PostBuild script to add the Artifacts to the build and if any one might have a script that I could use or pointers on how to go about this. Thanks, Brendan -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
