[
https://issues.jboss.org/browse/JBIDE-11318?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-11318 at 3/27/12 12:31 AM:
--------------------------------------------------------------
Since I now cache sources outside Jenkins (JBIDE-11155) in
/home/hudson/static_build_env/jbds/tools/sources/build/trunk/, why not add a shell script
step to rsync that folder's contents into ${WORKSPACE}/build/:
{code}mkdir -p ${WORKSPACE}/build/; rsync -aqrz
/home/hudson/static_build_env/jbds/tools/sources/build/trunk/* ${WORKSPACE}/build/{code}
Then you'd get the latest w/o ever reacting to the content as an SCM change.
was (Author: nickboldt):
Since I now cache sources outside Jenkins (JBIDE-11155) in
/home/hudson/static_build_env/jbds/tools/sources/build/trunk/, why not add a shell script
step to rsync that folder's contents into ${WORKSPACE}/build/:
{code}
mkdir -p ${WORKSPACE}/build/; rsync -aqrz
/home/hudson/static_build_env/jbds/tools/sources/build/trunk/* ${WORKSPACE}/build/
{code}
Then you'd get the latest w/o ever reacting to the content as an SCM change.
Get Hudson jobs fetch only the necessary build/ modules rather than
the whole build/ folder
-------------------------------------------------------------------------------------------
Key: JBIDE-11318
URL:
https://issues.jboss.org/browse/JBIDE-11318
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 3.3.0.Beta3
For all component jobs EXCEPT "central" (which has a dependency on a build.xml
in its pom):
* Get jobs only poll this folder instead of the whole build/folder
-> More consistency, less executions triggered by stuff that is not related to
building this compoennt
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira