Skip to content

Console Output

Still waiting to schedule task
‘sprotty-server-agent-pod-0cwzx-swxgz’ is offline
Agent sprotty-server-agent-pod-0cwzx-swxgz is provisioned from template sprotty-server-agent-pod-0cwzx
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-server/job/master/1/"
    runUrl: "job/sprotty-server/job/master/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "sprotty-server-agent-pod"
  name: "sprotty-server-agent-pod-0cwzx-swxgz"
spec:
  containers:
  - image: "openjdk:8"
    name: "openjdk"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - 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-server-agent-pod-0cwzx-swxgz"
    - name: "JENKINS_NAME"
      value: "sprotty-server-agent-pod-0cwzx-swxgz"
    - 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.5"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on sprotty-server-agent-pod-0cwzx-swxgz in /home/jenkins/agent/workspace/sprotty-server_master