Ryantxu said:
 
> It looks like there are lots of ways to publish artifacts as part of the 
> build 
> (https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Artifactuploaders)
>  but > I don't see anything that works with existing builds.
> 
> Our use case is that we:
> * use jenkins to build/test after every commit
> * manually test generated .exe files downloading from our jenkins server
> * when necessary, we manually scp the the artifacts (from jenkins build 
> folder) to a remote server.  
> It would be great to replace this step with a button in the jenkins UI.

> Is there a plugin that will SCP(or whatever) Build Artifacts from a previous 
> build?  

Look at https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin. 
Here's an excerpt about common use cases:

"Artifact storage -- you may not want to push an artifact to your main artifact 
repository on each build. With build promotions, you can push only when an 
artifact meets certain criteria. For example, you might want to push it only 
after an integration test is run.

Manual Promotions - You can choose a group of people who can run a promotion 
manually. This gives a way of having a "sign off" within the build system. For 
example, a developer might validate a build and approve it for QA testing only 
when a work product is completed entirely. Then another promotion can be added 
for the QA hand off to production."

HTH,
Todd Greer
Director of Development, Affinegy, Inc.


Reply via email to