[JBoss JIRA] (JBIDE-12945) Migrate jbosstools-docs-nightly job to use git sources instead of svn
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12945:
----------------------------------
Summary: Migrate jbosstools-docs-nightly job to use git sources instead of svn
Key: JBIDE-12945
URL: https://issues.jboss.org/browse/JBIDE-12945
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Reporter: Nick Boldt
Assignee: Isaac Rooskov
This job needs to be tied to multiple git repos:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
For an example of how to do a job w/ multiple git repos as source, see this one:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
NOTE: You must set three advanced fields (each SCM entry has TWO *Advanced* buttons when configuring in the browser) for each repo to avoid collisions when fetching:
!multiple-git-repos-jenkins.png!
If you want to edit the config.xml file offline, the code looks like this:
{code}
<hudson.plugins.git.GitSCM>
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<name/>
<refspec/>
<url>git://github.com/jbosstools/jbosstools-base.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>origin/master</name>
</hudson.plugins.git.BranchSpec>
</branches>
<disableSubmodules>false</disableSubmodules>
<recursiveSubmodules>false</recursiveSubmodules>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<authorOrCommitter>false</authorOrCommitter>
<clean>false</clean>
<wipeOutWorkspace>false</wipeOutWorkspace>
<pruneBranches>false</pruneBranches>
<remotePoll>false</remotePoll>
<ignoreNotifyCommit>false</ignoreNotifyCommit>
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<submoduleCfg class="list"/>
<relativeTargetDir>sources/base</relativeTargetDir>
<reference/>
<excludedRegions/>
<excludedUsers/>
<gitConfigName/>
<gitConfigEmail/>
<skipTag>false</skipTag>
<includedRegions/>
<scmName>base</scmName>
</hudson.plugins.git.GitSCM>
{code}
You can also set filters to only watch the repo for specific paths instead of the whole repo:
!git-repo-filtering-jenkins.png!
--
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
13 years, 1 month
[JBoss JIRA] (JBDS-2369) [JBDS Getting started guide] Typos
by Michelle Murray (JIRA)
Michelle Murray created JBDS-2369:
-------------------------------------
Summary: [JBDS Getting started guide] Typos
Key: JBDS-2369
URL: https://issues.jboss.org/browse/JBDS-2369
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Doc - RHDS GSG
Affects Versions: 5.0.1.GA
Reporter: Michelle Murray
Priority: Minor
Typos:
*[Table1.1,R2,C2] ofthe > of the
*[3.2.1,B1,L3] insure > ensure
*[3.3,Current limitations,B2] shoortcuts > shortcuts
*[5,P1,L1] greated with > greeted by
*[5.1,P1,L1] you will see, and is > you will see. It is
*[5.1,P1,L1] setup > set up
*[7.1,B6] you yo > you to
*[7.2,After Fig 7.6] right next its > right next to its
*[9.2,P1,L1] This section covers all the points how to create, edit and then preview JSP page. > This section outlines how to create, edit and preview a JSP page.
*[9.2.1,After Fig9.4] After changes made your > After this line has been added your ...
*[9.2.3,P1,L1] Writing ant > Writing any
*[9.2.3.2,P1,L1] JBoss Server as it is > JBoss Server it is
--
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
13 years, 1 month