Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-8r7f4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-8r7f4"
  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-8r7f4"
    - 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-8r7f4"
    - 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-8r7f4 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=30-03-2024-05:28:14&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   5800      0 --:--:-- --:--:-- --:--:--  5800
[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
100   165    0   165    0     0    214      0 --:--:-- --:--:-- --:--:--   213
100   165    0   165    0     0    214      0 --:--:-- --:--:-- --:--:--   213
[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   7797      0 --:--:-- --:--:-- --:--:--  7797
[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    284      0 --:--:-- --:--:-- --:--:--   284
100   165    0   165    0     0    284      0 --:--:-- --:--:-- --:--:--   284
[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  10620      0 --:--:-- --:--:-- --:--:-- 10807
[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    311      0 --:--:-- --:--:-- --:--:--   311
[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  11622      0 --:--:-- --:--:-- --:--:-- 11622
[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    271      0 --:--:-- --:--:-- --:--:--   271
[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   7975      0 --:--:-- --:--:-- --:--:--  7975
[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    237      0 --:--:-- --:--:-- --:--:--   237
[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   9968      0 --:--:-- --:--:-- --:--:--  9968
[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    344      0 --:--:-- --:--:-- --:--:--   344
[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  11814      0 --:--:-- --:--:-- --:--:-- 11814
[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
100   165    0   165    0     0    313      0 --:--:-- --:--:-- --:--:--   313
[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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   644    0   644    0     0  11925      0 --:--:-- --:--:-- --:--:-- 11709
[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    320      0 --:--:-- --:--:-- --:--:--   320
[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   9907      0 --:--:-- --:--:-- --:--:--  9907
[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    361      0 --:--:-- --:--:-- --:--:--   361
[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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   644    0   644    0     0  11500      0 --:--:-- --:--:-- --:--:-- 11298
[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    346      0 --:--:-- --:--:-- --:--:--   346
[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  11000      0 --:--:-- --:--:-- --:--:-- 11000
[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    238      0 --:--:-- --:--:-- --:--:--   238
[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   9522      0 --:--:-- --:--:-- --:--:--  9522
[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
100   165    0   165    0     0    255      0 --:--:-- --:--:-- --:--:--   255
[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 --:--:-- --:--:-- --:--:-- 10290
[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    297      0 --:--:-- --:--:-- --:--:--   298
[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  10241      0 --:--:-- --:--:-- --:--:-- 10241
[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    266      0 --:--:-- --:--:-- --:--:--   266
100   165    0   165    0     0    266      0 --:--:-- --:--:-- --:--:--   266
[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  11759      0 --:--:-- --:--:-- --:--:-- 11759
[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
  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-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   9921      0 --:--:-- --:--:-- --:--:--  9921
[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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   165    0   165    0     0    262      0 --:--:-- --:--:-- --:--:--   262
[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  10366      0 --:--:-- --:--:-- --:--:-- 10366
[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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   165    0   165    0     0    279      0 --:--:-- --:--:-- --:--:--   279
[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   9718      0 --:--:-- --:--:-- --:--:--  9718
[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    289      0 --:--:-- --:--:-- --:--:--   289
[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  10032      0 --:--:-- --:--:-- --:--:-- 10032
[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    285      0 --:--:-- --:--:-- --:--:--   285
[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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   639    0   639    0     0  10306      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=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    276      0 --:--:-- --:--:-- --:--:--   276
[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  10475      0 --:--:-- --:--:-- --:--:-- 10650
[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    288      0 --:--:-- --:--:-- --:--:--   288
[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  11618      0 --:--:-- --:--:-- --:--:-- 11618
[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