Skip to content
Success

Console Output

Started by user Maxim Nesen
Rebuilds build #37
Running as Maxim Nesen
Agent basic-1np0f is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1np0f"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1np0f"
    - 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-1np0f"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    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-jersey"
      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"

Building remotely on basic-1np0f (basic) in workspace /home/jenkins/agent/workspace/Jersey-examples_bundle_release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey-examples_bundle_release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.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/Jersey-examples_bundle_release@tmp/jenkins-gitclient-ssh6900851594365649601.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/tags/3.0.8^{commit} # timeout=10
 > git rev-parse tags/3.0.8^{commit} # timeout=10
Checking out Revision 3084b0f0c0fe3ed4a1ecd44fb74cf09a48fa9b20 (tags/3.0.8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3084b0f0c0fe3ed4a1ecd44fb74cf09a48fa9b20 # timeout=10
Commit message: "3.0.8"
 > git rev-list --no-walk 3084b0f0c0fe3ed4a1ecd44fb74cf09a48fa9b20 # timeout=10
[Jersey-examples_bundle_release] $ /bin/sh -xe /tmp/jenkins13179964695967948457.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key 372703E4D5313120: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 372703E4D5313120: public key "Eclipse Jersey <jersey-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 372703E4D5313120: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 0B743A794876D3C78AB542A118D239B1CBCD2236 trust
Secret subkeys are available.

pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Jersey <jersey-dev@eclipse.org>

pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Jersey <jersey-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Jersey <jersey-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 2EABB8F15F15E18885312232372703E4D5313120 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2023-10-02
pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Jersey <jersey-dev@eclipse.org>

pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Jersey <jersey-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Jersey <jersey-dev@eclipse.org>

[Jersey-examples_bundle_release] $ /bin/bash -xe /tmp/jenkins15633326910608320566.sh
+ MVN_HOME=/opt/tools/apache-maven/latest/
+ PATH=/opt/tools/apache-maven/latest//bin:/opt/tools/java/oracle/jdk-8/latest:/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ mvn -C -B -DstagingDescription=org.glassfish.jersey.examples:3.0.8 -Pstaging,oss-release,pre-release -Denforcer.skip=true -DskipTests -pl :jersey-examples deploy
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ------------< org.glassfish.jersey.bundles:jersey-examples >------------
[INFO] Building jersey-bundles-examples 3.0.8
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-examples ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jersey-examples ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-examples ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-examples ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey-examples_bundle_release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-examples) @ jersey-examples ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.8/bookstore-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.8/cdi-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.8/clipboard-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.8/clipboard-programmatic-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.8/declarative-linking-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.8/entity-filtering-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.8/entity-filtering-security-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.8/entity-filtering-selectable-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.8/exception-mapping-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.8/freemarker-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.8/groovy-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.8/helloworld-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.8/helloworld-benchmark-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.8/helloworld-programmatic-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.8/helloworld-pure-jax-rs-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.8/helloworld-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.8/helloworld-weld-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.8/http-patch-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.8/http-trace-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.8/https-clientserver-grizzly-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.8/https-server-glassfish-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.8/jaxb-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.8/jaxrs-types-injection-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.8/jersey-ejb-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.8/json-jackson-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.8/json-jettison-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.8/json-moxy-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.8/json-processing-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.8/json-with-padding-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.8/managed-beans-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.8/managed-client-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.8/managed-client-simple-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.8/managed-client-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.8/multipart-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.8/rx-client-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.8/server-async-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.8/server-async-managed-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.8/server-async-standalone-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.8/server-sent-events-jersey-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.8/server-sent-events-jaxrs-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.8/servlet3-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.8/simple-console-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.8/sse-item-store-jersey-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.8/sse-item-store-jaxrs-webapp-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.8/sse-twitter-aggregator-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.8/system-properties-example-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.8/xml-moxy-3.0.8-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/examples with includes "" and excludes ""
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-gf-examples) @ jersey-examples ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.8/bookstore-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.8/cdi-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.8/freemarker-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.8/helloworld-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.8/https-server-glassfish-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.8/jersey-ejb-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.8/json-processing-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.8/managed-beans-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.8/managed-client-simple-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.8/managed-client-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.8/multipart-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.8/rx-client-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.8/servlet3-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.8/sse-item-store-jersey-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.8/sse-item-store-jaxrs-webapp-3.0.8-gf-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/gf-examples with includes "" and excludes ""
[INFO] org.glassfish.jersey.examples:bookstore-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:cdi-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:clipboard:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:clipboard-programmatic:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:declarative-linking:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering-security:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering-selectable:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:exception-mapping:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:freemarker-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:groovy:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-benchmark:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-programmatic:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-pure-jax-rs:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-weld:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:http-patch:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:http-trace:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-clientserver-grizzly:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-server-glassfish:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jaxb:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jaxrs-types-injection:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jersey-ejb:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-jackson:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-jettison:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-moxy:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-processing-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-with-padding:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-beans-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-simple-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:multipart-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:rx-client-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async-managed:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async-standalone:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-sent-events-jersey:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-sent-events-jaxrs:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:servlet3-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:simple-console:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jersey-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-twitter-aggregator:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:system-properties-example:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:xml-moxy:zip:project-src:3.0.8 already exists in destination.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-wls-examples) @ jersey-examples ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.8/bookstore-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.8/cdi-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.8/freemarker-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.8/helloworld-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.8/https-server-glassfish-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.8/jersey-ejb-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.8/json-processing-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.8/managed-beans-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.8/managed-client-simple-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.8/managed-client-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.8/multipart-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.8/rx-client-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.8/servlet3-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.8/sse-item-store-jersey-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.8/sse-item-store-jaxrs-webapp-3.0.8-wls-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls-examples with includes "" and excludes ""
[INFO] org.glassfish.jersey.examples:bookstore-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:bookstore-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:cdi-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:cdi-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:clipboard:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:clipboard-programmatic:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:declarative-linking:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering-security:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering-selectable:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:exception-mapping:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:freemarker-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:freemarker-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:groovy:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-benchmark:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-programmatic:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-pure-jax-rs:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-weld:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:http-patch:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:http-trace:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-clientserver-grizzly:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-server-glassfish:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-server-glassfish:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jaxb:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jaxrs-types-injection:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jersey-ejb:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jersey-ejb:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-jackson:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-jettison:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-moxy:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-processing-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-processing-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-with-padding:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-beans-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-beans-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-simple-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-simple-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:multipart-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:multipart-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:rx-client-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:rx-client-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async-managed:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async-standalone:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-sent-events-jersey:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-sent-events-jaxrs:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:servlet3-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:servlet3-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:simple-console:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jersey-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jersey-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-twitter-aggregator:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:system-properties-example:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:xml-moxy:zip:project-src:3.0.8 already exists in destination.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (unpack-wls1213-examples) @ jersey-examples ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.8/bookstore-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.8/cdi-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.8/freemarker-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.8/helloworld-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.8/https-server-glassfish-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.8/jersey-ejb-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.8/json-processing-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.8/managed-beans-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.8/managed-client-simple-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.8/managed-client-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.8/multipart-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.8/rx-client-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.8/servlet3-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.8/sse-item-store-jersey-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.8/sse-item-store-jaxrs-webapp-3.0.8-wls1213-project-src.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/dependency/wls1213-examples with includes "" and excludes ""
[INFO] org.glassfish.jersey.examples:bookstore-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:bookstore-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:cdi-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:cdi-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:clipboard:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:clipboard-programmatic:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:declarative-linking:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering-security:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:entity-filtering-selectable:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:exception-mapping:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:freemarker-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:freemarker-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:groovy:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-benchmark:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-programmatic:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-pure-jax-rs:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:helloworld-weld:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:http-patch:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:http-trace:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-clientserver-grizzly:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-server-glassfish:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:https-server-glassfish:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jaxb:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jaxrs-types-injection:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jersey-ejb:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:jersey-ejb:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-jackson:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-jettison:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-moxy:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-processing-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-processing-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:json-with-padding:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-beans-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-beans-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-simple-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-simple-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:managed-client-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:multipart-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:multipart-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:rx-client-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:rx-client-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async-managed:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-async-standalone:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-sent-events-jersey:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:server-sent-events-jaxrs:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:servlet3-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:servlet3-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:simple-console:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jersey-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jersey-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp:zip:gf-project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:sse-twitter-aggregator:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:system-properties-example:zip:project-src:3.0.8 already exists in destination.
[INFO] org.glassfish.jersey.examples:xml-moxy:zip:project-src:3.0.8 already exists in destination.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-examples ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jersey-examples ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:attached (make-assembly) @ jersey-examples ---
[INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml
[INFO] Reading assembly descriptor: src/main/assembly/gf-examples-assembly.xml
[INFO] Reading assembly descriptor: src/main/assembly/wls-examples-assembly.xml
[INFO] Reading assembly descriptor: src/main/assembly/wls1213-examples-assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-all.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-gf.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls.zip
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls1213.zip
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jersey-examples ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-examples ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-all.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-all.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-gf.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-gf.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls1213.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls1213.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples.pom.asc to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-all.zip.asc to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-all.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-gf.zip.asc to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-gf.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls.zip.asc to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls1213.zip.asc to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls1213.zip.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ jersey-examples ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO]  * Using staging profile ID "48a418d734b7b" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/pom.xml to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-all.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-all.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-gf.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-gf.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls1213.zip to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls1213.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples.pom.asc to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-all.zip.asc to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-all.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-gf.zip.asc to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-gf.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls.zip.asc to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/jersey-examples-wls1213.zip.asc to /home/jenkins/agent/workspace/Jersey-examples_bundle_release/bundles/examples/target/nexus-staging/staging/48a418d734b7b/org/glassfish/jersey/bundles/jersey-examples/3.0.8/jersey-examples-3.0.8-wls1213.zip.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "48a418d734b7b"
[INFO]  * Created staging repository with ID "orgglassfishjersey-1126".
[INFO]  * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgglassfishjersey-1126
[INFO]  * Uploading locally staged artifacts to profile org.glassfish.jersey
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgglassfishjersey-1126".

Waiting for operation to complete...
..

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:31 min
[INFO] Finished at: 2022-09-01T10:30:50Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS