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

GitLab CI 404 errors

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • gitlab-plugin
    • None
    • Jenkins 2.76, GitLab plugin 1.4.8

      In attempting to get around a 404 error, I think I might have stumbled into the main cause.  I wanted to see what a curl would do if I fed it the recommended trigger - you end up with the 404,  however I then tried the curl changing the 'project' to 'Project' and I get a very different response - it's not longer 404 but an authentication issue which I would expect with an incomplete curl.

      Anyway I thought I'd mention it; you might have some case sensitivity going on

       

      [robot@wlvcpjumpserver ~]$ curl http://10.139.196.80:8080/project/Ericsson%20TAS

      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
      <title>Error 404 Not Found</title>
      </head>
      <body><h2>HTTP ERROR 404</h2>
      <p>Problem accessing /project/Ericsson%20TAS. Reason:
      <pre> Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/></body>
      </html>
      [robot@wlvcpjumpserver ~]$ curl http://10.139.196.80:8080/Project/Ericsson%20TAS
      <html><head><meta http-equiv='refresh' content='1;url=/login?from=%2FProject%2FEricsson%2520TAS'/><script>window.location.replace('/login?from=%2FProject%2FEricsson%2520TAS');</script></head><body style='background-color:white; color:white;'>
      Authentication required
      <!--
      You are authenticated as: anonymous
      Groups that you are in:Permission you need to have (but didn't): hudson.model.Hudson.Read
      {{ ... which is implied by: hudson.security.Permission.GenericRead}}
      {{ ... which is implied by: hudson.model.Hudson.Administer}}
      --></body></html>

            owenmehegan Owen Mehegan
            jimw jim woodlock
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: