<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:19:23 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-2262] Jenkins maven builds fail, trouble with repository.folio.org maven-public</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2262</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Today Jenkins maven-based builds are failing today. It appears to be trouble getting artifacts from our &quot;maven-public&quot; Nexus.&lt;/p&gt;

&lt;p&gt;e.g.&lt;br/&gt;
&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/mod-data-import/job/folio-2235-ld-settings/2/console&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/mod-data-import/job/folio-2235-ld-settings/2/console&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="81396">FOLIO-2262</key>
            <summary>Jenkins maven builds fail, trouble with repository.folio.org maven-public</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5f9abc1eb45b2e007453f423">John Malconian</assignee>
                                                                <reporter accountid="61cd0ca0bce5e00069e98be7">David Crossley</reporter>
                                    <labels>
                            <label>devops</label>
                            <label>platform-backlog</label>
                    </labels>
                <created>Mon, 16 Sep 2019 08:03:52 +0000</created>
                <updated>Wed, 3 Jun 2020 16:40:08 +0000</updated>
                            <resolved>Mon, 16 Sep 2019 17:56:57 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                <comments>
                                                            <comment id="193144" author="61cd0ca0bce5e00069e98be7" created="Mon, 16 Sep 2019 08:04:55 +0000"  >&lt;p&gt;Output snippet:&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;
...
[INFO] Scanning &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; projects...
[INFO] Downloading: https:&lt;span class=&quot;code-comment&quot;&gt;//repository.folio.org/repository/maven-&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt;/org/jacoco/jacoco-maven-plugin/maven-metadata.xml
&lt;/span&gt;[INFO] Downloaded: https:&lt;span class=&quot;code-comment&quot;&gt;//repository.folio.org/repository/maven-&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt;/org/jacoco/jacoco-maven-plugin/maven-metadata.xml (0 B at 0.0 KB/sec)
&lt;/span&gt;[WARNING] The metadata /home/jenkins/.m2/repository/org/jacoco/jacoco-maven-plugin/maven-metadata-folio-nexus.xml is invalid: input contained no data
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.363 s
[INFO] Finished at: 2019-09-16T06:48:52+00:00
[INFO] Final Memory: 10M/342M
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/workspace/ta-import_folio-2235-ld-settings@tmp/withMaven6251c542/maven-spy-20190916-064850-4721331256621494675695.log
[ERROR] Error resolving version &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; plugin &lt;span class=&quot;code-quote&quot;&gt;&apos;org.jacoco:jacoco-maven-plugin&apos;&lt;/span&gt; from the repositories [local (/home/jenkins/.m2/repository), folio-nexus (https:&lt;span class=&quot;code-comment&quot;&gt;//repository.folio.org/repository/maven-&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt;)]: Plugin not found in any plugin repository
&lt;/span&gt;...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="193149" author="5f9abc1eb45b2e007453f423" created="Mon, 16 Sep 2019 13:59:42 +0000"  >&lt;p&gt;The issue appears to be related to the jitpack maven repo.    The jacoco-maven-plugin appears to be available in both Maven Central and JitPack, however, the Nexus proxy is choosing Jitpack and Jitpack&apos;s repo contains invalid data.   I&apos;ve removed Jitpack from the proxy and the plugin is picked up from Maven Central correctly.    Only mod-circulation uses the Jitpack repo,  so I would expect build failures there until this is resolved. &lt;/p&gt;</comment>
                                                            <comment id="193152" author="5f9abc1eb45b2e007453f423" created="Mon, 16 Sep 2019 17:56:33 +0000"  >&lt;p&gt;There is an artifact required by mod-circulation that is only provided by the jitpack.io maven repo.  However, for some reason,  Nexus was unable to proxy the artifacts correctly, perhaps because of some recent change by jitpack.io.   In the end,  I removed jitpack.io from the list of proxied maven repositories in Nexus and modified the global maven settings file that Jenkins uses to fetch artifacts directly from jitpack.io instead of the nexus proxy. &lt;/p&gt;</comment>
                    </comments>
                    <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="10144"><![CDATA[Core: Platform]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1469">CP: sprint 72</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 16 Sep 2019 13:59:42 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>