://jenkins.361315.n4.nabble.com/populating-the-workspace-on-a-slave-tp4639455p4640082.html
Sent from the Jenkins users mailing list archive at Nabble.com.
I use jenkins for my rails project, in the following setup:
- i configured git plugin to my repo
- master/slave clones/pulls the repo on scm change
- runs tests
- collects logs and stats
- finishes
I can imagine a post-build step what simply run git archive on workspace,
and you can collect it as
We use Jenkins for our rails projects and are moving to a master-and-slaves
setup on EC2, where a small master spawns slaves as needed. The Amazon EC2
plugin works well - it starts new instances and establishes a slave
connection. However, builds that pass on the master fail on the slave.
On th