Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson change

Am 14.12.2011 09:10, schrieb Stéphane Bouchet:
Hi Eike and All,

we (Obeo) had troubles to make our M4 contribution yesterday to the breaking of /shared/jobs no more accessible to hudson.

We made it working again by adding an extra step to our builds : (script shell)

# copy necessary files for promotion
rm -rf /shared/jobs/${JOB_NAME}/lastSuccessful
mkdir -pv /shared/jobs/${JOB_NAME}/lastSuccessful

cp -R PUT HERE ALL THE NECESSARY FILES FOR PROMOTION /shared/jobs/${JOB_NAME}/lastSuccessful

and then I was able to use my promotion scripts as usual.

so i re-created myself the exact same behavior has before, that is having access thru /shard/jobs to all the necessary
files ( promotion script and artifacts to promote).

Denis, is this the good way to do ? like Eike, i don't understand the difference between this approach and before.

cheers and good luck for those being in trouble ;)

Thank you, Stéphane!

I had something similar in mind, but what about using a folder below /tmp?

Webmasters, would that be preferrable, or no difference?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper




Back to the top