Skip to content
Success

Console Output

Started by user Scott M Stark
Running as Scott M Stark
Agent default-agent-b6vtp is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-b6vtp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "9fa5249ae0e24c658976c00c3d466aa590cda0b8fabf77842ab551f61bd49c4f"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cdi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-b6vtp"
    - name: "JENKINS_NAME"
      value: "default-agent-b6vtp"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:5e2449faafc9c1662697946057b511572fa666289255069526c1d5057be0c0f3"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - 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/.m2/repository"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      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"
  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-cdi"
      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"

Building remotely on default-agent-b6vtp in workspace /home/jenkins/workspace/CleanDownloads
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[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-6Ypx5roCkJyv/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/CleanDownloads@tmp/private_key_7223132518078037140.key (/home/jenkins/workspace/CleanDownloads@tmp/private_key_7223132518078037140.key)
[ssh-agent] Using credentials genie.cdi (ssh://genie.cdi@projects-storage.eclipse.org)
[CleanDownloads] $ /bin/bash -ex /tmp/jenkins3708447907117541059.sh
+ FILE_NAME=cdi-tck-2.1.0-dist.zip
+ ssh genie.cdi@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/ee4j/cdi/cdi-tck-2.1.0-dist.zip
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Archiving artifacts
‘cdi-tck/cdi-dist-build/dist-tck/2.0/target/cdi-tck-*-dist.zip’ doesn’t match anything: even ‘cdi-tck’ doesn’t exist
No artifacts found that match the file pattern "cdi-tck/cdi-dist-build/dist-tck/2.0/target/cdi-tck-*-dist.zip". Configuration error?
Finished: SUCCESS