[jbosstools-issues] [JBoss JIRA] (JBDS-2055) refactor Jenkins views

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Mar 12 13:10:48 EDT 2012


    [ https://issues.jboss.org/browse/JBDS-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676151#comment-12676151 ] 

Nick Boldt commented on JBDS-2055:
----------------------------------

If you use the DevStudio_All view to pull jobs' config.xml files you'll want something like to merge those files into the correct view folders on your local disk:

{code}
alias   hudmerge='if [[ -d ~/truu/hudson-jobs/cache/https/hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_All/job ]]; then cd ~/truu/hudson-jobs/cache/https/hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_All/job; scpr --exclude=zz_disabled* ./*3.2_stable_branch* ./*4.1_stable_branch* ../../DevStudio_4.1.helios/job/; scpr --exclude=zz_disabled* --exclude=*soa-tool* --exclude=*jbpm* --exclude=*bpel* --exclude=*flow* --exclude=*esb* --exclude=*modeshape* ./*3.3_stable_branch* ./5.0_stable_branch* ../../DevStudio_5.0.indigo/job/; scpr --exclude=zz_disabled* ./*trunk* ../../DevStudio_Trunk/job/; scpr ./zz_disabled* ../../DevStudio_Disabled/job/; rm -fr ~/truu/hudson-jobs/cache/https/hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_All/job; cd ~/truu/hudson-jobs/cache/https/hudson.qa.jboss.com/hudson/view/; stat .; fi'
{code}

                
> refactor Jenkins views
> ----------------------
>
>                 Key: JBDS-2055
>                 URL: https://issues.jboss.org/browse/JBDS-2055
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build
>    Affects Versions: 5.0.0.Beta1
>            Reporter: Nick Boldt
>            Assignee: Mickael Istria
>             Fix For: 5.0.0.Beta2
>
>         Attachments: new-JBT-views.png, new-nav-views.png
>
>
> 0. Announce to external list and jboss-dev about this change.
> 1. Remove old views -- these are deprecated and already replaced by nested views [1]:
> http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/
> http://hudson.qa.jboss.com/hudson/view/DevStudio_Stable_Branch/
> 2. Refactor views:
> http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Stable_Branch/ -> http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_3.2.helios/
> Then replace "DevStudio" with "JBossTools" so that we can use the same views on internal and external servers.
> 3. Fix cascade files (and any other hard-coded refs?) to point at new refactored view names:
> http://download.jboss.org/jbosstools/builds/cascade/trunk.html
> http://download.jboss.org/jbosstools/builds/cascade/3.3.indigo.html
> http://download.jboss.org/jbosstools/builds/cascade/3.2.helios.html
> [1] http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/, http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_3.3.indigo, etc.

--
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

        


More information about the jbosstools-issues mailing list