Skip to content

Console Output

Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [TOKEN]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ curl -u eclipse-capella-bot:**** -H Accept: application/vnd.github.v3+json https://api.github.com/rate_limit
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   824  100   824    0     0   4565      0 --:--:-- --:--:-- --:--:--  4577
{
  "resources": {
    "core": {
      "limit": 5000,
      "used": 111,
      "remaining": 4889,
      "reset": 1626950072
    },
    "search": {
      "limit": 30,
      "used": 0,
      "remaining": 30,
      "reset": 1626947150
    },
    "graphql": {
      "limit": 5000,
      "used": 0,
      "remaining": 5000,
      "reset": 1626950690
    },
    "integration_manifest": {
      "limit": 5000,
      "used": 0,
      "remaining": 5000,
      "reset": 1626950690
    },
    "source_import": {
      "limit": 100,
      "used": 0,
      "remaining": 100,
      "reset": 1626947150
    },
    "code_scanning_upload": {
      "limit": 500,
      "used": 0,
      "remaining": 500,
      "reset": 1626950690
    }
  },
  "rate": {
    "limit": 5000,
    "used": 111,
    "remaining": 4889,
    "reset": 1626950072
  }
}