You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2020/04/07 02:19:00 UTC

[jira] [Created] (NIFI-7326) Splunk artifacts not reliably found

Joe Witt created NIFI-7326:
------------------------------

             Summary: Splunk artifacts not reliably found
                 Key: NIFI-7326
                 URL: https://issues.apache.org/jira/browse/NIFI-7326
             Project: Apache NiFi
          Issue Type: Task
          Components: Tools and Build
            Reporter: Joe Witt
            Assignee: Joe Witt
             Fix For: 1.12.0


Build on github CI have been unreliable.

need to update our splunk links i think
It looks in https://splunk.artifactoryonline.com/splunk/ext-releases-local/
Which would compute to https://splunk.artifactoryonline.com/splunk/ext-releases-local/com/splunk/1.6.5.0/splunk-1.6.5.0.jar
which doesn't work anyore
but https://splunk.artifactoryonline.com/artifactory/ext-releases-local/com/splunk/splunk/1.6.5.0/splunk-1.6.5.0.jar does

Reading here shows what we should be using:

https://github.com/splunk/splunk-sdk-java/tree/1.6.5

 <repository>
    <id>splunk-artifactory</id>
    <name>Splunk Releases</name>
    <url>http://splunk.jfrog.io/splunk/ext-releases-local</url>
  </repository>

but going to use https which does also work



--
This message was sent by Atlassian Jira
(v8.3.4#803005)