Skip to content
Success

Console Output

Started by user Maxim Nesen
Rebuilds build #31
Running as Maxim Nesen
Agent basic-n7r2c is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-n7r2c"
  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-n7r2c"
    - 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-n7r2c"
    - 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-3131.vf2b_b_798b_ce99"
    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-n7r2c (basic) in workspace /home/jenkins/agent/workspace/populate_documentation
[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-CMVFBidqSYXD/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/populate_documentation@tmp/private_key_7446408052575816142.key (/home/jenkins/agent/workspace/populate_documentation@tmp/private_key_7446408052575816142.key)
[ssh-agent] Using credentials jersey-bot (GitHub bot SSH)
[populate_documentation] $ /bin/bash -lex /tmp/jenkins10808384605018276575.sh
++ id -u
+ '[' 1001810000 -eq 0 ']'
+ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export PATH
+ '[' '' ']'
+ '[' -d /etc/profile.d ']'
+ for i in /etc/profile.d/*.sh
+ '[' -r '/etc/profile.d/*.sh' ']'
+ unset i
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CENTRAL_URL=https://repo1.maven.org/maven2
+ CENTRAL_URL=https://repo1.maven.org/maven2
+ export STAGING_URL=https://jakarta.oss.sonatype.org/content/repositories/staging
+ STAGING_URL=https://jakarta.oss.sonatype.org/content/repositories/staging
+ mkdir -p /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index
+ cd /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index
+ wget -nv https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/jersey-documentation/2.40/jersey-documentation-2.40-docbook.zip
2023-10-20 12:40:53 URL:https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/jersey-documentation/2.40/jersey-documentation-2.40-docbook.zip [2975884/2975884] -> "jersey-documentation-2.40-docbook.zip" [1]
+ unzip -o jersey-documentation-2.40-docbook.zip
Archive:  jersey-documentation-2.40-docbook.zip
   creating: images/
  inflating: appendix-properties.html  
  inflating: async.html              
  inflating: bean-validation.html    
  inflating: cdi.support.html        
  inflating: client.html             
  inflating: declarative-linking.html  
  inflating: deployment.html         
  inflating: entity-filtering.html   
  inflating: filters-and-interceptors.html  
  inflating: getting-started.html    
  inflating: graalvm-native-image.html  
  inflating: how-to-build.html       
  inflating: images/monitoring-jsconsole.png  
  inflating: images/oauth-parties.png  
  inflating: images/rx-client-async-approach.png  
  inflating: images/rx-client-problem.png  
  inflating: images/rx-client-sync-approach.png  
  inflating: index.html              
  inflating: ioc.html                
  inflating: jaxrs-resources.html    
  inflating: jersey-configuration.html  
  inflating: logging_chapter.html    
  inflating: media.html              
  inflating: message-body-workers.html  
  inflating: migration.html          
  inflating: modules-and-dependencies.html  
  inflating: monitoring_tracing.html  
  inflating: mvc.html                
  inflating: preface.html            
  inflating: representations.html    
  inflating: resource-builder.html   
  inflating: rx-client.html          
  inflating: security.html           
  inflating: spring.html             
  inflating: sse.html                
  inflating: test-framework.html     
  inflating: uris-and-links.html     
  inflating: user-guide.html         
  inflating: user-guide.pdf          
  inflating: wadl.html               
+ rm jersey-documentation-2.40-docbook.zip
+ mkdir -p /home/jenkins/agent/workspace/populate_documentation/target/site/apidocs
+ cd /home/jenkins/agent/workspace/populate_documentation/target/site/apidocs
+ wget -nv https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/bundles/apidocs/2.40/apidocs-2.40-javadoc.jar -O apidocs-javadoc.jar
2023-10-20 12:40:53 URL:https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/bundles/apidocs/2.40/apidocs-2.40-javadoc.jar [5122743/5122743] -> "apidocs-javadoc.jar" [1]
+ jar -xf apidocs-javadoc.jar
+ rm apidocs-javadoc.jar
+ rm -rf META-INF
[populate_documentation] $ /bin/bash -lex /tmp/jenkins10044206312942015741.sh
++ id -u
+ '[' 1001810000 -eq 0 ']'
+ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export PATH
+ '[' '' ']'
+ '[' -d /etc/profile.d ']'
+ for i in /etc/profile.d/*.sh
+ '[' -r '/etc/profile.d/*.sh' ']'
+ unset i
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ DIRS=2.40
+ true
+ [[ 2.40 == 2* ]]
+ export 'DIRS=latest 2.40'
+ DIRS='latest 2.40'
+ echo latest 2.40 for 2.40 release
latest 2.40 for 2.40 release
+ WEB_DIR=/home/jenkins/agent/workspace/populate_documentation/target/jersey-web
+ test -e /home/jenkins/agent/workspace/populate_documentation/target/jersey-web
+ git clone git@github.com:eclipse-ee4j/jersey.github.io.git /home/jenkins/agent/workspace/populate_documentation/target/jersey-web
Cloning into '/home/jenkins/agent/workspace/populate_documentation/target/jersey-web'...
Checking out files:   4% (19406/448676)   
Checking out files:   5% (22434/448676)   
Checking out files:   6% (26921/448676)   
Checking out files:   7% (31408/448676)   
Checking out files:   7% (35625/448676)   
Checking out files:   8% (35895/448676)   
Checking out files:   9% (40381/448676)   
Checking out files:  10% (44868/448676)   
Checking out files:  11% (49355/448676)   
Checking out files:  12% (53842/448676)   
Checking out files:  12% (54162/448676)   
Checking out files:  13% (58328/448676)   
Checking out files:  14% (62815/448676)   
Checking out files:  15% (67302/448676)   
Checking out files:  16% (71789/448676)   
Checking out files:  16% (73290/448676)   
Checking out files:  17% (76275/448676)   
Checking out files:  18% (80762/448676)   
Checking out files:  19% (85249/448676)   
Checking out files:  20% (89736/448676)   
Checking out files:  20% (91858/448676)   
Checking out files:  21% (94222/448676)   
Checking out files:  22% (98709/448676)   
Checking out files:  22% (100086/448676)   
Checking out files:  23% (103196/448676)   
Checking out files:  24% (107683/448676)   
Checking out files:  25% (112169/448676)   
Checking out files:  25% (114010/448676)   
Checking out files:  26% (116656/448676)   
Checking out files:  27% (121143/448676)   
Checking out files:  28% (125630/448676)   
Checking out files:  28% (127629/448676)   
Checking out files:  29% (130117/448676)   
Checking out files:  30% (134603/448676)   
Checking out files:  31% (139090/448676)   
Checking out files:  31% (140082/448676)   
Checking out files:  32% (143577/448676)   
Checking out files:  33% (148064/448676)   
Checking out files:  33% (151851/448676)   
Checking out files:  34% (152550/448676)   
Checking out files:  35% (157037/448676)   
Checking out files:  36% (161524/448676)   
Checking out files:  36% (163677/448676)   
Checking out files:  37% (166011/448676)   
Checking out files:  38% (170497/448676)   
Checking out files:  38% (173911/448676)   
Checking out files:  39% (174984/448676)   
Checking out files:  39% (178055/448676)   
Checking out files:  40% (179471/448676)   
Checking out files:  40% (182576/448676)   
Checking out files:  41% (183958/448676)   
Checking out files:  42% (188444/448676)   
Checking out files:  42% (190609/448676)   
Checking out files:  43% (192931/448676)   
Checking out files:  44% (197418/448676)   
Checking out files:  44% (200250/448676)   
Checking out files:  45% (201905/448676)   
Checking out files:  46% (206391/448676)   
Checking out files:  47% (210878/448676)   
Checking out files:  47% (211372/448676)   
Checking out files:  48% (215365/448676)   
Checking out files:  49% (219852/448676)   
Checking out files:  49% (221586/448676)   
Checking out files:  50% (224338/448676)   
Checking out files:  51% (228825/448676)   
Checking out files:  51% (230318/448676)   
Checking out files:  52% (233312/448676)   
Checking out files:  53% (237799/448676)   
Checking out files:  53% (237849/448676)   
Checking out files:  54% (242286/448676)   
Checking out files:  54% (243484/448676)   
Checking out files:  55% (246772/448676)   
Checking out files:  56% (251259/448676)   
Checking out files:  56% (252889/448676)   
Checking out files:  57% (255746/448676)   
Checking out files:  58% (260233/448676)   
Checking out files:  59% (264719/448676)   
Checking out files:  59% (267678/448676)   
Checking out files:  60% (269206/448676)   
Checking out files:  61% (273693/448676)   
Checking out files:  62% (278180/448676)   
Checking out files:  63% (282666/448676)   
Checking out files:  63% (285256/448676)   
Checking out files:  64% (287153/448676)   
Checking out files:  65% (291640/448676)   
Checking out files:  66% (296127/448676)   
Checking out files:  67% (300613/448676)   
Checking out files:  67% (304000/448676)   
Checking out files:  68% (305100/448676)   
Checking out files:  69% (309587/448676)   
Checking out files:  70% (314074/448676)   
Checking out files:  71% (318560/448676)   
Checking out files:  71% (320631/448676)   
Checking out files:  72% (323047/448676)   
Checking out files:  73% (327534/448676)   
Checking out files:  74% (332021/448676)   
Checking out files:  75% (336507/448676)   
Checking out files:  75% (337633/448676)   
Checking out files:  76% (340994/448676)   
Checking out files:  77% (345481/448676)   
Checking out files:  78% (349968/448676)   
Checking out files:  78% (352859/448676)   
Checking out files:  79% (354455/448676)   
Checking out files:  80% (358941/448676)   
Checking out files:  81% (363428/448676)   
Checking out files:  82% (367915/448676)   
Checking out files:  82% (367967/448676)   
Checking out files:  83% (372402/448676)   
Checking out files:  84% (376888/448676)   
Checking out files:  85% (381375/448676)   
Checking out files:  85% (385438/448676)   
Checking out files:  86% (385862/448676)   
Checking out files:  87% (390349/448676)   
Checking out files:  88% (394835/448676)   
Checking out files:  89% (399322/448676)   
Checking out files:  89% (400700/448676)   
Checking out files:  90% (403809/448676)   
Checking out files:  91% (408296/448676)   
Checking out files:  92% (412782/448676)   
Checking out files:  92% (415782/448676)   
Checking out files:  93% (417269/448676)   
Checking out files:  94% (421756/448676)   
Checking out files:  95% (426243/448676)   
Checking out files:  95% (427787/448676)   
Checking out files:  96% (430729/448676)   
Checking out files:  97% (435216/448676)   
Checking out files:  97% (438219/448676)   
Checking out files:  98% (439703/448676)   
Checking out files:  99% (444190/448676)   
Checking out files:  99% (448238/448676)   
Checking out files: 100% (448676/448676)   
Checking out files: 100% (448676/448676), done.
+ cd /home/jenkins/agent/workspace/populate_documentation/target/jersey-web
+ for dir in $DIRS
+ copyDocs latest
+ APIDOCS_DIR=/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/apidocs/latest
+ DOCS_DIR=/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/latest
+ test '!' -e /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/apidocs/latest
+ cd /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/apidocs/latest
+ rm -rf jersey
+ cp -R /home/jenkins/agent/workspace/populate_documentation/target/site/apidocs ./jersey
+ rm -rf /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/latest
+ mkdir -p /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/latest
+ cp -r /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/appendix-properties.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/async.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/bean-validation.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/cdi.support.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/client.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/declarative-linking.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/deployment.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/entity-filtering.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/filters-and-interceptors.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/getting-started.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/graalvm-native-image.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/how-to-build.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/images /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/index.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/ioc.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/jaxrs-resources.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/jersey-configuration.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/logging_chapter.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/media.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/message-body-workers.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/migration.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/modules-and-dependencies.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/monitoring_tracing.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/mvc.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/preface.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/representations.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/resource-builder.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/rx-client.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/security.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/spring.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/sse.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/test-framework.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/uris-and-links.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/user-guide.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/user-guide.pdf /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/wadl.html /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/latest
+ rm '/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/latest/*.fo'
rm: cannot remove '/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/latest/*.fo': No such file or directory
+ true
+ for dir in $DIRS
+ copyDocs 2.40
+ APIDOCS_DIR=/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/apidocs/2.40
+ DOCS_DIR=/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/2.40
+ test '!' -e /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/apidocs/2.40
+ cd /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/apidocs/2.40
+ rm -rf jersey
+ cp -R /home/jenkins/agent/workspace/populate_documentation/target/site/apidocs ./jersey
+ rm -rf /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/2.40
+ mkdir -p /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/2.40
+ cp -r /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/appendix-properties.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/async.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/bean-validation.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/cdi.support.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/client.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/declarative-linking.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/deployment.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/entity-filtering.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/filters-and-interceptors.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/getting-started.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/graalvm-native-image.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/how-to-build.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/images /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/index.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/ioc.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/jaxrs-resources.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/jersey-configuration.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/logging_chapter.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/media.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/message-body-workers.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/migration.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/modules-and-dependencies.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/monitoring_tracing.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/mvc.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/preface.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/representations.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/resource-builder.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/rx-client.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/security.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/spring.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/sse.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/test-framework.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/uris-and-links.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/user-guide.html /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/user-guide.pdf /home/jenkins/agent/workspace/populate_documentation/docs/target/docbook/index/wadl.html /home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/2.40
+ rm '/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/2.40/*.fo'
rm: cannot remove '/home/jenkins/agent/workspace/populate_documentation/target/jersey-web/documentation/2.40/*.fo': No such file or directory
+ true
+ cd /home/jenkins/agent/workspace/populate_documentation/target/jersey-web
+ git config --local user.email jersey-bot@eclipse.org
+ git config --local user.name jersey-bot
+ git add -A .
+ git diff --cached --exit-code
+ '[' false = false ']'
+ echo 'Pushing Web sources to git@github.com:eclipse-ee4j/jersey.github.io.git'
Pushing Web sources to git@github.com:eclipse-ee4j/jersey.github.io.git
+ git push origin master
Everything up-to-date
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS