Skip to content

Console Output

Still waiting to schedule task
Waiting for next available executor on ‘el-master-agent-pod-tkzts-zf0cm’
Agent el-master-agent-pod-25bvh-dxtrc is provisioned from template el-master-agent-pod-25bvh
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-cb-master/880/"
    runUrl: "job/eclipselink-cb-master/880/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128"
    jenkins/label: "el-master-agent-pod"
  name: "el-master-agent-pod-25bvh-dxtrc"
  namespace: "eclipselink"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.eclipselink.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "el-master-agent-pod-25bvh-dxtrc"
    - name: "JENKINS_NAME"
      value: "el-master-agent-pod-25bvh-dxtrc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "1"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "rfelcman/el-build:2.0.3"
    name: "el-build"
    resources:
      limits:
        memory: "12Gi"
        cpu: "6"
      requests:
        memory: "12Gi"
        cpu: "5.5"
    tty: true
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on el-master-agent-pod-25bvh-dxtrc in /home/jenkins/agent/workspace/eclipselink-cb-master