Skip to content

Console Output

Still waiting to schedule task
All nodes of label ‘sprotty-layout-agent-pod’ are offline
Agent sprotty-layout-agent-pod-2zkkv-cmpzk is provisioned from template sprotty-layout-agent-pod-2zkkv
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-layout/job/master/12/"
    runUrl: "job/sprotty-layout/job/master/12/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "cd1b798f1b33b95acc5de00bd483c5380b23fbcb"
    jenkins/label: "sprotty-layout-agent-pod"
  name: "sprotty-layout-agent-pod-2zkkv-cmpzk"
spec:
  containers:
  - image: "node:12.18.3"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/.yarn"
      name: "yarn-global"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sprotty.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "sprotty-layout-agent-pod-2zkkv-cmpzk"
    - name: "JENKINS_NAME"
      value: "sprotty-layout-agent-pod-2zkkv-cmpzk"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on sprotty-layout-agent-pod-2zkkv-cmpzk in /home/jenkins/agent/workspace/sprotty-layout_master