<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:23:43 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-2851] Amend Jenkins Sonar config to use default git branch rather than explicitly master</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2851</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;&lt;em&gt;See also the alternative solution that simply hard-codes the &quot;main&quot; branch: FOLIO-3172&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The first new repository (&lt;a href=&quot;https://github.com/folio-org/ui-remote-storage&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;ui-remote-storage&lt;/a&gt;) since the change by GitHub to have &quot;main&quot; branch as default rather than &quot;master&quot;.&lt;/p&gt;

&lt;p&gt;The build of their main branch fails at the &quot;Run Sonarqube&quot; stage:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
git fetch --no-tags \
  https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/ui-remote-storage.git \
&lt;/span&gt;  +refs/heads/master:refs/remotes/origin/master
fatal: couldn&apos;t find remote ref refs/heads/master
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The jenkins-pipeline-libs vars/sonarqubeScanNPM.groovy and vars/sonarqubeMvn.groovy&lt;/p&gt;

&lt;p&gt;(This is part of the wider issue, as many Jenkins configurations explicitly use &quot;master&quot; for deciding whether the operation is for a feature branch or the mainline branch.)&lt;/p&gt;</description>
                <environment></environment>
        <key id="79699">FOLIO-2851</key>
            <summary>Amend Jenkins Sonar config to use default git branch rather than explicitly master</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</priority>
                        <status id="1" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="61cd0ca0bce5e00069e98be7">David Crossley</reporter>
                                    <labels>
                    </labels>
                <created>Fri, 23 Oct 2020 11:42:05 +0000</created>
                <updated>Thu, 3 Jun 2021 13:42:34 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="189617" author="5ee89462f7aa140abd82d11d" created="Tue, 25 May 2021 09:01:50 +0000"  >&lt;p&gt;I disagree with this proposal.&lt;/p&gt;

&lt;p&gt;I prefer the alternative proposal that simply hard-codes the &quot;main&quot; branch: 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-3172&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3172&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Amend Jenkins Sonar config to use main git branch rather than master branch&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-3172
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;

&lt;p&gt;Detecting the default branch is not worth the effort because all FOLIO repositories are going to use &quot;main&quot; as the default branch (
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2811&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2811&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Rename default branch of all existing folio-org Git repositories&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-2811
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
). FOLIO will not support different default branch names.&lt;/p&gt;</comment>
                                                            <comment id="189619" author="61cd0ca0bce5e00069e98be7" created="Wed, 26 May 2021 03:51:57 +0000"  >&lt;p&gt;The tickets 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2851&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2851&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Amend Jenkins Sonar config to use default git branch rather than explicitly master&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-2851
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-3172&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3172&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Amend Jenkins Sonar config to use main git branch rather than master branch&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-3172
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 relate to just one situation.&lt;/p&gt;

&lt;p&gt;There are many situations of configuration and scripts in all of FOLIO infrastructure which explicitly refer to &quot;master&quot;. Some will not be a simple replace.&lt;/p&gt;

&lt;p&gt;At 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2858&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2858&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Transition to &amp;#39;main&amp;#39; as the new default branch name for Git repositories&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10307?size=medium&quot; /&gt;
            FOLIO-2858
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-current jira-macro-single-issue-export-pdf&quot;&gt;In Progress&lt;/span&gt;
            &lt;/span&gt;
 the FOLIO DevOps team will be handling the transition.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10001">
                    <name>Cloners</name>
                                                                <inwardlinks description="is cloned by">
                                        <issuelink>
            <issuekey id="79732">FOLIO-3172</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="79692">FOLIO-2811</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="81743">FOLIO-2843</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02uzg:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 25 May 2021 09:01:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>