Skip to content
Success

Console Output

Started by GitHub push by GitHub Action
Checking out git git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git into /var/jenkins/jobs/SIGN_AME_BACKEND_WINDOWS_MACOS/workspace@script/f4447d8deb7d8ac180f4e2f51d60d4d486bca7e13781b6f06889b728976f6fcf to read .jenkins/Jenkinsfile
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
 > git rev-parse --resolve-git-dir /var/jenkins/jobs/SIGN_AME_BACKEND_WINDOWS_MACOS/workspace@script/f4447d8deb7d8ac180f4e2f51d60d4d486bca7e13781b6f06889b728976f6fcf/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.2'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /var/jenkins/jobs/SIGN_AME_BACKEND_WINDOWS_MACOS/workspace@script/f4447d8deb7d8ac180f4e2f51d60d4d486bca7e13781b6f06889b728976f6fcf@tmp/jenkins-gitclient-ssh18269568806384533096.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/pre_release_configuration^{commit} # timeout=10
Checking out Revision d48235abd66bb412fc3d5db930bc1641edbd0e94 (refs/remotes/origin/pre_release_configuration)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d48235abd66bb412fc3d5db930bc1641edbd0e94 # timeout=10
Commit message: "Add parameters.txt with artifact_url_win, artifact_url_mac and version"
 > git rev-list --no-walk e69efb4572bf87a6f15734bf7791a175d8f282d9 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-sfsql is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1718868235304"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_esmf_svc_cluster_local_esmfx"
  name: "basic-sfsql"
  namespace: "esmf"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.esmf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-sfsql"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-sfsql"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.esmf.svc.cluster.local/esmf/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9"
    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-esmf"
      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-sfsql in /home/jenkins/agent/workspace/SIGN_AME_BACKEND_WINDOWS_MACOS
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git
 > git init /home/jenkins/agent/workspace/SIGN_AME_BACKEND_WINDOWS_MACOS # timeout=10
Fetching upstream changes from git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/SIGN_AME_BACKEND_WINDOWS_MACOS@tmp/jenkins-gitclient-ssh15764905685787257750.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d48235abd66bb412fc3d5db930bc1641edbd0e94 (refs/remotes/origin/pre_release_configuration)
 > git config remote.origin.url git@github.com:eclipse-esmf/esmf-aspect-model-editor-backend.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/pre_release_configuration^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d48235abd66bb412fc3d5db930bc1641edbd0e94 # timeout=10
Commit message: "Add parameters.txt with artifact_url_win, artifact_url_mac and version"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $GITHUB_BOT_TOKEN
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Read parameters file)
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] readFile
[Pipeline] echo
Artifact URL Win: https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/actions/artifacts/1619635603/zip
[Pipeline] echo
Artifact URL Mac: https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/actions/artifacts/1619632059/zip
[Pipeline] echo
Version: 5.6.0
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download and unpack Windows artifact)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [GITHUB_BOT_TOKEN]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ curl -L -H 'Accept: application/vnd.github.v3+json' -H 'Authorization: Bearer ****' https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/actions/artifacts/1619635603/zip --output ame-backend-v5.6.0-win.zip
  % 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

 19 47.4M   19 9232k    0     0  10.2M      0  0:00:04 --:--:--  0:00:04 10.2M
 70 47.4M   70 33.4M    0     0  17.7M      0  0:00:02  0:00:01  0:00:01 24.1M
100 47.4M  100 47.4M    0     0  19.1M      0  0:00:02  0:00:02 --:--:-- 23.9M
[Pipeline] sh
+ mkdir -p unpack_dir
[Pipeline] sh
+ unzip -o ame-backend-v5.6.0-win.zip -d unpack_dir
Archive:  ame-backend-v5.6.0-win.zip
  inflating: unpack_dir/ame-backend-5.6.0-win.exe  
  inflating: unpack_dir/awt.dll      
  inflating: unpack_dir/fontmanager.dll  
  inflating: unpack_dir/freetype.dll  
  inflating: unpack_dir/java.dll     
  inflating: unpack_dir/javaaccessbridge.dll  
  inflating: unpack_dir/javajpeg.dll  
  inflating: unpack_dir/jawt.dll     
  inflating: unpack_dir/jvm.dll      
  inflating: unpack_dir/lcms.dll     
  inflating: unpack_dir/mlib_image.dll  
[Pipeline] sh
+ rm ame-backend-v5.6.0-win.zip
[Pipeline] sh
+ ls -a unpack_dir
.
..
ame-backend-5.6.0-win.exe
awt.dll
fontmanager.dll
freetype.dll
javaaccessbridge.dll
java.dll
javajpeg.dll
jawt.dll
jvm.dll
lcms.dll
mlib_image.dll
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sign Windows Applications)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mkdir -p signed_dir
[Pipeline] sh
+ find unpack_dir -name '*.dll' -exec mv '{}' signed_dir ';'
[Pipeline] sh
+ curl -o signed_dir/ame-backend-5.6.0-win.exe -F file=@unpack_dir/ame-backend-5.6.0-win.exe https://cbi.eclipse.org/authenticode/sign
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 50  151M    0     0   50 75.8M      0  76.4M  0:00:01 --:--:--  0:00:01 76.3M
100  151M    0     0  100  151M      0  53.5M  0:00:02  0:00:02 --:--:-- 53.5M
100  151M    0     0  100  151M      0  39.5M  0:00:03  0:00:03 --:--:-- 39.5M
100  151M    0     0  100  151M      0  31.3M  0:00:04  0:00:04 --:--:-- 31.3M
100  151M    0     0  100  151M      0  25.9M  0:00:05  0:00:05 --:--:-- 25.9M
100  151M    0     0  100  151M      0  22.1M  0:00:06  0:00:06 --:--:-- 12.9M
100  151M    0     0  100  151M      0  19.3M  0:00:07  0:00:07 --:--:--     0
100  151M    0     0  100  151M      0  17.1M  0:00:08  0:00:08 --:--:--     0
100  151M    0     0  100  151M      0  15.3M  0:00:09  0:00:09 --:--:--     0
100  151M    0     0  100  151M      0  13.9M  0:00:10  0:00:10 --:--:--     0
100  151M    0     0  100  151M      0  12.7M  0:00:11  0:00:11 --:--:--     0
100  151M    0     0  100  151M      0  11.7M  0:00:12  0:00:12 --:--:--     0
100  151M    0     0  100  151M      0  10.9M  0:00:13  0:00:13 --:--:--     0
100  151M    0     0  100  151M      0  10.1M  0:00:14  0:00:14 --:--:--     0
100  151M    0     0  100  151M      0  9783k  0:00:15  0:00:15 --:--:--     0
100  151M    0     0  100  151M      0  9201k  0:00:16  0:00:16 --:--:--     0
 50  302M    0  7736  100  151M    452  9068k 97:32:55  0:00:17 97:32:38  1818
 53  302M    7 11.2M  100  151M   635k  8578k  0:04:04  0:00:18  0:03:46 2714k
 64  302M   28 43.3M  100  151M  2337k  8161k  0:01:06  0:00:18  0:00:48 10.4M
 91  302M   82  124M  100  151M  6371k  7752k  0:00:24  0:00:19  0:00:05 29.9M
100  302M  100  151M  100  151M  7637k  7636k  0:00:20  0:00:20 --:--:-- 43.8M
[Pipeline] sh
+ zip -r ame-backend-v5.6.0-win.zip signed_dir
  adding: signed_dir/ (stored 0%)
  adding: signed_dir/awt.dll (deflated 60%)
  adding: signed_dir/fontmanager.dll (deflated 59%)
  adding: signed_dir/freetype.dll (deflated 45%)
  adding: signed_dir/java.dll (deflated 56%)
  adding: signed_dir/javaaccessbridge.dll (deflated 59%)
  adding: signed_dir/javajpeg.dll (deflated 49%)
  adding: signed_dir/jawt.dll (deflated 42%)
  adding: signed_dir/jvm.dll (deflated 55%)
  adding: signed_dir/lcms.dll (deflated 53%)
  adding: signed_dir/mlib_image.dll (deflated 57%)
  adding: signed_dir/ame-backend-5.6.0-win.exe (deflated 70%)
[Pipeline] sh
+ ls -a signed_dir
.
..
ame-backend-5.6.0-win.exe
awt.dll
fontmanager.dll
freetype.dll
javaaccessbridge.dll
java.dll
javajpeg.dll
jawt.dll
jvm.dll
lcms.dll
mlib_image.dll
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download Mac artifact)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [GITHUB_BOT_TOKEN]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ curl -L -H 'Accept: application/vnd.github.v3+json' -H 'Authorization: Bearer ****' https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/actions/artifacts/1619632059/zip --output ame-backend-v5.6.0-mac.zip
  % 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

 17 45.3M   17 8208k    0     0   9.8M      0  0:00:04 --:--:--  0:00:04  9.8M
 55 45.3M   55 25.0M    0     0  13.7M      0  0:00:03  0:00:01  0:00:02 16.8M
 81 45.3M   81 37.1M    0     0  13.1M      0  0:00:03  0:00:02  0:00:01 14.5M
100 45.3M  100 45.3M    0     0  12.3M      0  0:00:03  0:00:03 --:--:-- 13.0M
[Pipeline] sh
+ unzip -o ame-backend-v5.6.0-mac.zip -d unpack_dir
Archive:  ame-backend-v5.6.0-mac.zip
  inflating: unpack_dir/ame-backend-5.6.0-mac  
[Pipeline] sh
+ rm ame-backend-v5.6.0-mac.zip
[Pipeline] sh
+ ls -a unpack_dir
.
..
ame-backend-5.6.0-mac
ame-backend-5.6.0-win.exe
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sign Mac Applications)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mkdir -p signed_dir
[Pipeline] sh
+ curl -o signed_dir/ame-backend-5.6.0-mac -F file=@unpack_dir/ame-backend-5.6.0-mac -F entitlements=@entitlements.plist https://cbi.eclipse.org/macos/codesign/sign
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 14  148M    0     0   14 21.5M      0  73.6M  0:00:02 --:--:--  0:00:02 73.3M
 62  148M    0     0   62 93.6M      0  72.8M  0:00:02  0:00:01  0:00:01 72.7M
100  148M    0     0  100  148M      0  50.9M  0:00:02  0:00:02 --:--:-- 50.9M
100  148M    0     0  100  148M      0  37.9M  0:00:03  0:00:03 --:--:-- 37.9M
 49  299M    0 24146  100  148M   5449  33.6M  8:01:30  0:00:04  8:01:26 33.6M
 59  299M   18 28.2M  100  148M  5460k  28.1M  0:00:28  0:00:05  0:00:23 31.1M
 79  299M   59 89.4M  100  148M  14.2M  23.6M  0:00:10  0:00:06  0:00:04 28.9M
100  299M  100  150M  100  148M  21.1M  20.9M  0:00:07  0:00:07 --:--:-- 35.8M
[Pipeline] sh
+ ls -a signed_dir
.
..
ame-backend-5.6.0-mac
ame-backend-5.6.0-win.exe
awt.dll
fontmanager.dll
freetype.dll
javaaccessbridge.dll
java.dll
javajpeg.dll
jawt.dll
jvm.dll
lcms.dll
mlib_image.dll
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (MacOS Notarization)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ zip -j ame-backend-v5.6.0-mac.zip signed_dir/ame-backend-5.6.0-mac
  adding: ame-backend-5.6.0-mac (deflated 69%)
[Pipeline] sh
+ curl -X POST -F file=@ame-backend-v5.6.0-mac.zip -F 'options={"primaryBundleId": "org.eclipse.esmf", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 60 46.1M    0     0   60 27.8M      0  70.3M --:--:-- --:--:-- --:--:-- 70.2M
100 46.1M  100   150  100 46.1M    118  36.4M  0:00:01  0:00:01 --:--:-- 36.4M
[Pipeline] sleep
Sleeping for 1 min 0 sec
[Pipeline] sh
+ curl https://cbi.eclipse.org/macos/xcrun/5ef266df-50c9-4600-8ede-b55fe1694dab/status
  % 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   947  100   947    0     0  31566      0 --:--:-- --:--:-- --:--:-- 31566
[Pipeline] sleep
Sleeping for 1 min 0 sec
[Pipeline] sh
+ curl https://cbi.eclipse.org/macos/xcrun/5ef266df-50c9-4600-8ede-b55fe1694dab/status
  % 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   922  100   922    0     0  24918      0 --:--:-- --:--:-- --:--:-- 24918
[Pipeline] sh
+ rm ame-backend-v5.6.0-mac.zip
[Pipeline] sh
+ curl -JO -o ame-backend-v5.6.0-mac.zip https://cbi.eclipse.org/macos/xcrun/5ef266df-50c9-4600-8ede-b55fe1694dab/download
  % 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 45.9M    0 45.9M    0     0  52.3M      0 --:--:-- --:--:-- --:--:-- 52.3M
curl: Saved to filename 'ame-backend-v5.6.0-mac.zip'
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Release signed Windows and Mac artifact to GitHub Releases)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ curl -s -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ****' https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/git/refs/tags/v5.6.0
+ jq -r .ref
[Pipeline] sh
+ curl -s -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ****' https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/releases/tags/v5.6.0
+ jq -r .id
[Pipeline] sh
+ curl -L -X POST -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ****' -H 'Content-Type: application/octet-stream' --data-binary @ame-backend-v5.6.0-win.zip 'https://uploads.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/releases/161414644/assets?name=ame-backend-v5.6.0-win.zip'
  % 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 47.0M    0  1523  100 47.0M    862  26.6M  0:00:01  0:00:01 --:--:-- 26.6M
100 47.0M    0  1523  100 47.0M    861  26.6M  0:00:01  0:00:01 --:--:-- 26.5M
{"url":"https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/releases/assets/174862903","id":174862903,"node_id":"RA_kwDOHDbBYc4KbDI3","name":"ame-backend-v5.6.0-win.zip","label":"","uploader":{"login":"eclipse-esmf-bot","id":140813234,"node_id":"U_kgDOCGSjsg","avatar_url":"https://avatars.githubusercontent.com/u/140813234?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-esmf-bot","html_url":"https://github.com/eclipse-esmf-bot","followers_url":"https://api.github.com/users/eclipse-esmf-bot/followers","following_url":"https://api.github.com/users/eclipse-esmf-bot/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-esmf-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-esmf-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-esmf-bot/subscriptions","organizations_url":"https://api.github.com/users/eclipse-esmf-bot/orgs","repos_url":"https://api.github.com/users/eclipse-esmf-bot/repos","events_url":"https://api.github.com/users/eclipse-esmf-bot/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-esmf-bot/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":49290273,"download_count":0,"created_at":"2024-06-20T07:27:11Z","updated_at":"2024-06-20T07:27:13Z","browser_download_url":"https://github.com/eclipse-esmf/esmf-aspect-model-editor-backend/releases/download/v5.6.0/ame-backend-v5.6.0-win.zip"}
[Pipeline] sh
+ curl -L -X POST -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ****' -H 'Content-Type: application/octet-stream' --data-binary @ame-backend-v5.6.0-mac.zip 'https://uploads.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/releases/161414644/assets?name=ame-backend-v5.6.0-mac.zip'
  % 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 45.9M    0     0  100 45.9M      0  27.0M  0:00:01  0:00:01 --:--:-- 27.0M
100 45.9M    0  1523  100 45.9M    868  26.2M  0:00:01  0:00:01 --:--:-- 26.2M
{"url":"https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/releases/assets/174862910","id":174862910,"node_id":"RA_kwDOHDbBYc4KbDI-","name":"ame-backend-v5.6.0-mac.zip","label":"","uploader":{"login":"eclipse-esmf-bot","id":140813234,"node_id":"U_kgDOCGSjsg","avatar_url":"https://avatars.githubusercontent.com/u/140813234?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-esmf-bot","html_url":"https://github.com/eclipse-esmf-bot","followers_url":"https://api.github.com/users/eclipse-esmf-bot/followers","following_url":"https://api.github.com/users/eclipse-esmf-bot/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-esmf-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-esmf-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-esmf-bot/subscriptions","organizations_url":"https://api.github.com/users/eclipse-esmf-bot/orgs","repos_url":"https://api.github.com/users/eclipse-esmf-bot/repos","events_url":"https://api.github.com/users/eclipse-esmf-bot/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-esmf-bot/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":48206573,"download_count":0,"created_at":"2024-06-20T07:27:13Z","updated_at":"2024-06-20T07:27:15Z","browser_download_url":"https://github.com/eclipse-esmf/esmf-aspect-model-editor-backend/releases/download/v5.6.0/ame-backend-v5.6.0-mac.zip"}
[Pipeline] sh
+ curl -X DELETE -H 'Authorization: Bearer ****' https://api.github.com/repos/eclipse-esmf/esmf-aspect-model-editor-backend/git/refs/heads/pre_release_configuration
  % 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
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS