Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #3
Running as Dmitry Kornilov
Agent default-agent-rzzjq is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-rzzjq"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jakartaee-platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-rzzjq"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-rzzjq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jakartaee-platform.svc.cluster.local/jakartaee-platform/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jakartaee-platform"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-rzzjq in workspace /home/jenkins/agent/workspace/firstcup-publish
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-KSuMSlQSxSGl/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/firstcup-publish@tmp/private_key_4090862378340901990.key (/home/jenkins/agent/workspace/firstcup-publish@tmp/private_key_4090862378340901990.key)
[ssh-agent] Using credentials eclipse-jakartaee-platform-bot (GitHub bot SSH)
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jakartaee-firstcup.git
 > git init /home/jenkins/agent/workspace/firstcup-publish # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jakartaee-firstcup.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jakartaee-firstcup.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jakartaee-firstcup.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jakartaee-firstcup.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jakartaee-firstcup.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jakartaee-firstcup.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 6b578aa6943f53bd054962dd60f23fc32b7d3b77 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b578aa6943f53bd054962dd60f23fc32b7d3b77
Commit message: "Generate PDF file; include release status in header/footer."
 > git rev-list --no-walk 6b578aa6943f53bd054962dd60f23fc32b7d3b77 # timeout=10
[firstcup-publish] $ /bin/sh -xe /tmp/jenkins3104092022332929943.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 049FE94F2D5DAD9D: public key "Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 049FE94F2D5DAD9D: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ 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 2B34821418CF19CF1F2A8352953E02E4F573B46F trust
Secret subkeys are available.

pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ unknown] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ unknown] (1). Eclipse Jakarta EE Platform <jakarta-platform-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/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ unknown] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 71C524683EEC78CCAD6D5554049FE94F2D5DAD9D 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 2024-02-13
pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ultimate] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

pub  rsa4096/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ultimate] (1). Eclipse Jakarta EE Platform <jakarta-platform-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/049FE94F2D5DAD9D
     created: 2019-02-14  expires: 2024-02-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/953E02E4F573B46F
     created: 2019-02-14  expires: 2024-02-13  usage: S   
[ultimate] (1). Eclipse Jakarta EE Platform <jakarta-platform-dev@eclipse.org>

+ git config --global user.email eclipse-jakartaee-platform-bot@eclipse.org
+ git config --global user.name 'Eclipse Jakarta EE Platform Bot'
Parsing POMs
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
Established TCP socket on 42369
Copied maven33-agent.jar
Copied maven33-interceptor.jar
Copied maven3-interceptor-commons.jar
[firstcup-publish] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven33-agent.jar:/opt/tools/apache-maven/3.3.9/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/3.3.9/conf/logging jenkins.maven3.agent.Maven33Main /opt/tools/apache-maven/3.3.9 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven33-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 42369
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/agent/workspace/firstcup-publish/pom.xml -Ppublish-site deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building First Cup of Jakarta EE Tutorial 8.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ firstcup ---
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.2:toc (generate-toc) @ firstcup ---
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.2:book (generate-book) @ firstcup ---
[INFO] 
[INFO] --- jbake-maven-plugin:1.0.0:build (build-site) @ firstcup ---
[WARNING] Current implementation of storage does not support sbtree collections
[WARNING] Current implementation of storage does not support sbtree collections
[WARNING] Unable to load a suitable rendering engine for extensions [md]
[INFO] register new extractors for document type: masterindex
[INFO] register new extractors for document type: tag
[INFO] register new extractors for document type: sitemap
[INFO] Baking has started...
[INFO] Initializing Asciidoctor engine...
[INFO] Asciidoctor engine initialized.
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/creating-example.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/creating-example001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/creating-example002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/intro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/intro001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/intro002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/jakarta-ee.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/jakarta-ee001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/jakarta-ee002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/next-steps.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/next-steps001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/next-steps002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/preface.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/title.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/toc.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/web-application.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/web-application001.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/web-application002.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/web-application003.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/web-application004.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/web-application005.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/content/web-application006.adoc]...  : new 
[INFO] Content detected:
[INFO] Parsed 22 files of type: page
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/creating-example.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/creating-example001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/creating-example002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/intro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/intro001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/intro002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/jakarta-ee.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/jakarta-ee001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/jakarta-ee002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/next-steps.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/next-steps001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/next-steps002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/preface.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/title.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/toc.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/web-application.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/web-application001.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/web-application002.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/web-application003.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/web-application004.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/web-application005.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/firstcup-publish/target/staging/web-application006.html]... done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/CONTRIBUTING.md]...done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/LICENSE.md]...done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/README.md]...done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/_config.yml]...done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/css/style.css]...done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/img/firstcup-architecture.png]...done!
[INFO] Copying [/home/jenkins/agent/workspace/firstcup-publish/src/main/jbake/assets/pr_doc_workflow.md]...done!
[INFO] Baking finished!
[INFO] Baked 23 items in 5204ms
[INFO] - storage: cache...
[INFO] OrientDB Engine shutdown complete
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.7.1:process-asciidoc (generate-pdf-doc) @ firstcup ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Rendered /home/jenkins/agent/workspace/firstcup-publish/target/book/book.adoc
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (default) @ firstcup ---
[INFO] Reading assembly descriptor: firstcup.xml
[INFO] Building zip: /home/jenkins/agent/workspace/firstcup-publish/target/firstcup-8.1-SNAPSHOT-firstcup.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ firstcup ---
[INFO] Installing /home/jenkins/agent/workspace/firstcup-publish/pom.xml to /home/jenkins/.m2/repository/jakarta/firstcup/firstcup/8.1-SNAPSHOT/firstcup-8.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/firstcup-publish/target/firstcup-8.1-SNAPSHOT-firstcup.zip to /home/jenkins/.m2/repository/jakarta/firstcup/firstcup/8.1-SNAPSHOT/firstcup-8.1-SNAPSHOT-firstcup.zip
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ firstcup ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --- maven-scm-publish-plugin:1.1:publish-scm (deploy-site) @ firstcup ---
[WARNING] No output encoding, defaulting to UTF-8.
[INFO] Checking out the pub tree from scm:git:git@github.com:eclipse-ee4j/jakartaee-firstcup.git into /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/firstcup-publish/target && git clone --branch gh-pages git@github.com:eclipse-ee4j/jakartaee-firstcup.git /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout
[INFO] Working directory: /home/jenkins/agent/workspace/firstcup-publish/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git@github.com:eclipse-ee4j/jakartaee-firstcup.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout && git pull git@github.com:eclipse-ee4j/jakartaee-firstcup.git gh-pages:gh-pages
[INFO] Working directory: /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout && git checkout gh-pages
[INFO] Working directory: /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout
[INFO] Updating checkout directory with actual content in /home/jenkins/agent/workspace/firstcup-publish/target/staging
[INFO] Content consists in 2 directories and 30 files = 216 KB
[INFO] Publishing content into SCM will result in 0 addition(s), 30 update(s), 0 delete(s)
[INFO] Checking in SCM, starting at Thu Dec 05 08:50:06 GMT 2019...
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/firstcup-publish/target/scmpublish-checkout
[INFO] Checked in 0 file(s) to revision null in 0 h 0 m 0 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:20 min
[INFO] Finished at: 2019-12-05T08:50:07+00:00
[INFO] Final Memory: 106M/555M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /home/jenkins/agent/workspace/firstcup-publish/pom.xml to jakarta.firstcup/firstcup/8.1-SNAPSHOT/firstcup-8.1-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/firstcup-publish/target/firstcup-8.1-SNAPSHOT-firstcup.zip to jakarta.firstcup/firstcup/8.1-SNAPSHOT/firstcup-8.1-SNAPSHOT-firstcup.zip
channel stopped
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Finished: SUCCESS