Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-67796

Fail to retrieve artifacts

XMLWordPrintable

      Hi,

      Environment below.

      Somewhere between Nexus 3.16.1 and 3.37.1 the search string the token *name* for the following URL is not returning anything

      3.16.1
      /service/rest/v1/search?name=openesb-se&repository=maven-releases

      3.37.1
      /service/rest/v1/search?maven.artifactId=openesb-se&repository=maven-releases

      The *name* or *group* must be replaced by *maven.artifactId* and *maven.groupId* respectively.

      The workaround using Apache reverse proxy is

       

      # HACK JENKINS
      RewriteEngine On
      RewriteCond %{QUERY_STRING} ^(.*)name(.*)$
      RewriteRule ^(.*)$ $1?%1maven.artifactId%2 [R=301,L]
      RewriteCond %{QUERY_STRING} ^(.*)group=(.*)$
      RewriteRule ^(.*)$ $1?%1maven.groupId=%2 [R=301,L]
      

      Otherwise the combobox with version is empty


      Jenkins: 2.319.1
      OS: Linux - 4.9.118-xxxx-std-ipv6-64

      ace-editor:1.1
      ant:1.13
      antisamy-markup-formatter:2.1
      apache-httpcomponents-client-4-api:4.5.13-1.0
      artifact-repository-parameter:1.0.1
      artifactory:3.15.4
      bitbucket:214.v2fd4234d0554
      bootstrap4-api:4.6.0-3
      bootstrap5-api:5.1.3-4
      bouncycastle-api:2.25
      branch-api:2.7.0
      build-name-setter:2.2.0
      build-timeout:1.20
      build-user-vars-plugin:1.8
      caffeine-api:2.9.2-29.v717aac953ff3
      checks-api:1.7.2
      cloudbees-folder:6.17
      command-launcher:1.6
      config-file-provider:3.9.0
      credentials:1074.v60e6c29b_b_44b_
      credentials-binding:1.27.1
      display-url-api:2.3.5
      durable-task:493.v195aefbb0ff2
      echarts-api:5.2.2-2
      email-ext:2.87
      extensible-choice-parameter:1.8.0
      font-awesome-api:5.15.4-5
      git:4.10.3
      git-client:3.11.0
      git-parameter:0.9.15
      git-server:1.10
      github:1.34.1
      github-api:1.122
      github-branch-source:2.9.5
      gradle:1.38
      h2-api:1.4.199
      handlebars:3.0.8
      ivy:2.1
      jackson2-api:2.13.1-246.va8a9f3eaf46a
      javadoc:217.v905b_86277a_2a_
      javax-activation-api:1.2.0-2
      javax-mail-api:1.6.2-5
      jaxb:2.3.0.1
      jdk-tool:1.5
      jjwt-api:0.11.2-8.82737cbfa6f5
      jquery:1.12.4-1
      jquery3-api:3.6.0-2
      jsch:0.1.55.2
      junit:1.54
      junit-attachments:1.7
      ldap:1.26
      lockable-resources:2.10
      mailer:408.vd726a_1130320
      matrix-auth:2.6.6
      matrix-project:1.20
      maven-artifact-choicelistprovider:1.9.0
      maven-plugin:3.16
      mercurial:2.12
      momentjs:1.1.1
      nexus-artifact-uploader:2.13
      okhttp-api:4.9.3-105.vb96869f8ac3a
      pam-auth:1.6
      pipeline-build-step:2.15
      pipeline-github-lib:1.0
      pipeline-graph-analysis:188.v3a01e7973f2c
      pipeline-input-step:446.vf27b_0b_83500e
      pipeline-maven:3.10.0
      pipeline-milestone-step:100.v60a_03cd446e1
      pipeline-model-api:1.9.3
      pipeline-model-definition:1.9.3
      pipeline-model-extensions:1.9.3
      pipeline-rest-api:2.21
      pipeline-stage-step:291.vf0a8a7aeeb50
      pipeline-stage-tags-metadata:1.9.3
      pipeline-stage-view:2.21
      pipeline-utility-steps:2.12.0
      plain-credentials:1.8
      plugin-util-api:2.13.0
      popper-api:1.16.1-2
      popper2-api:2.11.0-1
      resource-disposer:0.17
      run-condition:1.5
      saml:2.1.1-275.va_5718591a_999
      scm-api:595.vd5a_df5eb_0e39
      script-security:1131.v8b_b_5eda_c328e
      snakeyaml-api:1.29.1
      ssh-credentials:1.19
      ssh-slaves:1.31.5
      sshd:3.1.0
      structs:308.v852b473a2b8c
      timestamper:1.11.8
      token-macro:267.vcdaea6462991
      trilead-api:1.0.13
      versionnumber:1.9
      workflow-aggregator:2.6
      workflow-api:1136.v7f5f1759dc16
      workflow-basic-steps:2.24
      workflow-cps:2648.va9433432b33c
      workflow-cps-global-lib:552.vd9cc05b8a2e1
      workflow-durable-task-step:1121.va_65b_d2701486
      workflow-job:1145.v7f2433caa07f
      workflow-multibranch:706.vd43c65dec013
      workflow-scm-step:2.13
      workflow-step-api:622.vb_8e7c15b_c95a_
      workflow-support:813.vb_d7c3d2984a_0
      ws-cleanup:0.40

            phreakadelle Stephan Watermeyer
            theyoz2022 Yoram Halberstam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: