Skip to content

Console Output

Still waiting to schedule task
‘orbit-shell-pod-61-3cmp9-r8r5r’ is offline
Agent orbit-shell-pod-61-3cmp9-r8r5r is provisioned from template orbit-shell-pod-61-3cmp9
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.orbit.svc.cluster.local/orbit/job/releng-test/61/"
    runUrl: "job/releng-test/61/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "9dd770ea500b463a934a72164dde831be0d7f915"
    jenkins/label: "orbit-shell-pod-61"
  name: "orbit-shell-pod-61-3cmp9-r8r5r"
spec:
  containers:
  - command:
    - "uid_entrypoint"
    - "cat"
    image: "rgrunber/orbit-recipes-build@sha256:b962fe745e73c66000f958916849c76cc1739d4fbac582e9756db1b2e73440b0"
    name: "container"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/vnc/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.orbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "orbit-shell-pod-61-3cmp9-r8r5r"
    - name: "JENKINS_NAME"
      value: "orbit-shell-pod-61-3cmp9-r8r5r"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    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:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on orbit-shell-pod-61-3cmp9-r8r5r in /home/jenkins/agent/workspace/releng-test