Allowing a job to run (triggered manually) only if a specific list of jobs are "blue" successful

2014-10-09 Thread Alon Nisser
Is there a way to achieve that? getting the status of other jobs and 
checking if last run was "success"?

I don't want to automatically run this deployment job on the upstream 
success, but to trigger this manually. but still safeguard by checking 
upstream (multiple) success

Thanks for the help

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Copying a folder to slave on slave setup - TO A SPECIFIC FOLDER

2014-10-08 Thread Alon Nisser
I know I can copy a specific folder to slave with on of the slave copy 
plugins ( copy to slave 
 and slave 
setup  ) 
But I couldn't figure out how to copy to a specific location on the slave. 
both plugins copy a folder (say my scripts folder, that the jobs running on 
the slave need access to) content(!) to the slave $HOME folder, which isn't 
very helpful to me, since my jobs reference a certain path..

How can this be done?

Thanks!

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.