[
https://issues.jboss.org/browse/JBBUILD-720?page=com.atlassian.jira.plugi...
]
Dan Florian commented on JBBUILD-720:
-------------------------------------
Nick,
Could I accomplish the same thing by just changing the job command in your first code
block above to what is below (not sure of syntax)? Could I get away from having a custom
script then? Thanks.
The lines of yours I modified are 4, 8, 9. The new lines I added are 5, 6, 7, 8.
1. mkdir -p ${WORKSPACE}/build/publish
2. cd ${WORKSPACE}/build/publish
3. rm -f ${WORKSPACE}/build/publish/publish.sh
4. wget
http://https://github.com/ModeShape/modeshape-tools/scripts/publish.sh
5. export RELEASETYPE="development"
6. export ECLIPSERELEASE="juno"
7. export PROJECTVERSION=3.3.0.Beta5"
8. export
SITE_DIR="modeshape@filemgmt.jboss.org:/downloads_htdocs/modeshape/tools/updates/"
9. export
DESTINATION="${SITE_DIR}/${RELEASETYPE}/${ECLIPSERELEASE}/${PROJECTVERSION}/"
10. . ${WORKSPACE}/build/publish/publish.sh tools/tmp
Change modeshape-tools-continuous Jenkins Job Update-Site Output
Directory
--------------------------------------------------------------------------
Key: JBBUILD-720
URL:
https://issues.jboss.org/browse/JBBUILD-720
Project: JBoss Build System
Issue Type: Task
Components: Maven Builds
Affects Versions: Build Support 2011
Reporter: Dan Florian
Assignee: Dan Florian
The modeshape-tools-continuous job outputs the ModeShape Tools update-site to here:
/downloads_htdocs/modeshape/builds/staging/modeshape-tools-continuous/all/repo
We would like the path to be (something like) this:
/downloads_htdocs/modeshape/tools/update/{stable|develop}/{helios|indigo|juno|etc}
At a minimum, the path needs to have the "tools" segment as this identifies it
from the ModeShape project. What do other projects do as far as stable vs. develop build?
Do other project's put the Eclipse release in the path? Please see MODE-1506 for
additional questions/discussion.
I was told to get with you on this Nick. Please update this issue's project and
component as appropriate as I wasn't sure.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira