Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-g27hb is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-g27hb"
  namespace: "capella"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-g27hb"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-g27hb"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-g27hb in /home/jenkins/agent/workspace/sonar-badges
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ date +%d-%m-%Y-%T
[Pipeline] sh
+ curl -o os-last-fetch.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=Last%20OS%20check:%20&message=04-04-2024-05:28:15&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   696    0   696    0     0   4142      0 --:--:-- --:--:-- --:--:--  4142
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella&types=BUG&severities=BLOCKER&resolved=false'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
100   165    0   165    0     0     60      0 --:--:--  0:00:02 --:--:--    60
[Pipeline] readJSON
[Pipeline] sh
+ curl -o capella-bugs-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=capella&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   616    0   616    0     0   8927      0 --:--:-- --:--:-- --:--:--  8927
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella&types=VULNERABILITY&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    544      0 --:--:-- --:--:-- --:--:--   546
[Pipeline] readJSON
[Pipeline] sh
+ curl -o capella-vulnerabilities-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=capella&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   616    0   616    0     0  10440      0 --:--:-- --:--:-- --:--:-- 10440
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella&types=VULNERABILITY&severities=CRITICAL&resolved=false'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   165    0   165    0     0    300      0 --:--:-- --:--:-- --:--:--   300
[Pipeline] readJSON
[Pipeline] sh
+ curl -o capella-vulnerabilities-critical.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=capella&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   616    0   616    0     0   8555      0 --:--:-- --:--:-- --:--:--  8555
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-sss-transition&types=BUG&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    298      0 --:--:-- --:--:-- --:--:--   298
[Pipeline] readJSON
[Pipeline] sh
+ curl -o sss-transition-bugs-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=sss-transition&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   638    0   638    0     0   8621      0 --:--:-- --:--:-- --:--:--  8621
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-sss-transition&types=VULNERABILITY&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    540      0 --:--:-- --:--:-- --:--:--   540
[Pipeline] readJSON
[Pipeline] sh
+ curl -o sss-transition-vulnerabilities-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=sss-transition&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   638    0   638    0     0   9815      0 --:--:-- --:--:-- --:--:--  9815
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-sss-transition&types=VULNERABILITY&severities=CRITICAL&resolved=false'
  % 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   165    0   165    0     0    410      0 --:--:-- --:--:-- --:--:--   410
[Pipeline] readJSON
[Pipeline] sh
+ curl -o sss-transition-vulnerabilities-critical.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=sss-transition&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   638    0   638    0     0  11192      0 --:--:-- --:--:-- --:--:-- 11192
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-requirements-vp&types=BUG&severities=BLOCKER&resolved=false'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   165    0   165    0     0    324      0 --:--:-- --:--:-- --:--:--   324
[Pipeline] readJSON
[Pipeline] sh
+ curl -o requirements-vp-bugs-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=requirements-vp&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   644    0   644    0     0   9200      0 --:--:-- --:--:-- --:--:--  9200
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-requirements-vp&types=VULNERABILITY&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    313      0 --:--:-- --:--:-- --:--:--   313
[Pipeline] readJSON
[Pipeline] sh
+ curl -o requirements-vp-vulnerabilities-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=requirements-vp&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   644    0   644    0     0  10557      0 --:--:-- --:--:-- --:--:-- 10557
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-requirements-vp&types=VULNERABILITY&severities=CRITICAL&resolved=false'
  % 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   165    0   165    0     0    542      0 --:--:-- --:--:-- --:--:--   542
[Pipeline] readJSON
[Pipeline] sh
+ curl -o requirements-vp-vulnerabilities-critical.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=requirements-vp&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   644    0   644    0     0   8821      0 --:--:-- --:--:-- --:--:--  8702
100   644    0   644    0     0   8702      0 --:--:-- --:--:-- --:--:--  8702
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-textual-editor&types=BUG&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    535      0 --:--:-- --:--:-- --:--:--   535
[Pipeline] readJSON
[Pipeline] sh
+ curl -o textual-editor-bugs-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=textual-editor&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   638    0   638    0     0   8621      0 --:--:-- --:--:-- --:--:--  8621
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-textual-editor&types=VULNERABILITY&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    548      0 --:--:-- --:--:-- --:--:--   548
[Pipeline] readJSON
[Pipeline] sh
+ curl -o textual-editor-vulnerabilities-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=textual-editor&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   638    0   638    0     0  10126      0 --:--:-- --:--:-- --:--:-- 10126
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-textual-editor&types=VULNERABILITY&severities=CRITICAL&resolved=false'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   165    0   165    0     0    310      0 --:--:-- --:--:-- --:--:--   310
[Pipeline] readJSON
[Pipeline] sh
+ curl -o textual-editor-vulnerabilities-critical.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=textual-editor&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   638    0   638    0     0  10126      0 --:--:-- --:--:-- --:--:-- 10126
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-cybersecurity&types=BUG&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    310      0 --:--:-- --:--:-- --:--:--   310
[Pipeline] readJSON
[Pipeline] sh
+ curl -o cybersecurity-bugs-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=cybersecurity&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   635    0   635    0     0   7839      0 --:--:-- --:--:-- --:--:--  7839
100   635    0   635    0     0   7839      0 --:--:-- --:--:-- --:--:--  7743
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-cybersecurity&types=VULNERABILITY&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    548      0 --:--:-- --:--:-- --:--:--   548
[Pipeline] readJSON
[Pipeline] sh
+ curl -o cybersecurity-vulnerabilities-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=cybersecurity&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   635    0   635    0     0  11140      0 --:--:-- --:--:-- --:--:-- 11140
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-cybersecurity&types=VULNERABILITY&severities=CRITICAL&resolved=false'
  % 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   165    0   165    0     0    314      0 --:--:-- --:--:-- --:--:--   314
[Pipeline] readJSON
[Pipeline] sh
+ curl -o cybersecurity-vulnerabilities-critical.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=cybersecurity&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   635    0   635    0     0  10948      0 --:--:-- --:--:-- --:--:-- 10948
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-filtering&types=BUG&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    364      0 --:--:-- --:--:-- --:--:--   364
[Pipeline] readJSON
[Pipeline] sh
+ curl -o filtering-bugs-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=filtering&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   622    0   622    0     0   8638      0 --:--:-- --:--:-- --:--:--  8638
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-filtering&types=VULNERABILITY&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    540      0 --:--:-- --:--:-- --:--:--   540
[Pipeline] readJSON
[Pipeline] sh
+ curl -o filtering-vulnerabilities-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=filtering&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   622    0   622    0     0  10542      0 --:--:-- --:--:-- --:--:-- 10724
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-filtering&types=VULNERABILITY&severities=CRITICAL&resolved=false'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   165    0   165    0     0    376      0 --:--:-- --:--:-- --:--:--   375
[Pipeline] readJSON
[Pipeline] sh
+ curl -o filtering-vulnerabilities-critical.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=filtering&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   622    0   622    0     0  10724      0 --:--:-- --:--:-- --:--:-- 10724
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-deferred-merge&types=BUG&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    540      0 --:--:-- --:--:-- --:--:--   539
100   165    0   165    0     0    540      0 --:--:-- --:--:-- --:--:--   539
[Pipeline] readJSON
[Pipeline] sh
+ curl -o deferred-merge-bugs-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=deferred-merge&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   639    0   639    0     0   9128      0 --:--:-- --:--:-- --:--:--  9128
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-deferred-merge&types=VULNERABILITY&severities=BLOCKER&resolved=false'
  % 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   165    0   165    0     0    360      0 --:--:-- --:--:-- --:--:--   359
100   165    0   165    0     0    360      0 --:--:-- --:--:-- --:--:--   359
[Pipeline] readJSON
[Pipeline] sh
+ curl -o deferred-merge-vulnerabilities-blocker.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=deferred-merge&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   639    0   639    0     0  10142      0 --:--:-- --:--:-- --:--:-- 10142
[Pipeline] sh
+ curl --insecure --connect-timeout 10 --max-time 10 --retry 5 -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://sonarcloud.io/api/issues/search?componentKeys=eclipse_capella-deferred-merge&types=VULNERABILITY&severities=CRITICAL&resolved=false'
  % 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   165    0   165    0     0    308      0 --:--:-- --:--:-- --:--:--   308
[Pipeline] readJSON
[Pipeline] sh
+ curl -o deferred-merge-vulnerabilities-critical.svg --insecure --connect-timeout 10 --max-time 10 --retry 5 'https://img.shields.io/static/v1?label=deferred-merge&message=0&color=FFFFFF&labelColor=FFFFFF&style=flat-square'
  % 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   639    0   639    0     0  11017      0 --:--:-- --:--:-- --:--:-- 11017
[Pipeline] sh
+ exit 0
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS