Skip to content

Console Output

Still waiting to schedule task
‘ruby-jekyll-pod-b6dwx-r0gt7’ is offline
Agent ruby-jekyll-pod-b6dwx-r0gt7 is provisioned from template ruby-jekyll-pod-b6dwx
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ditto.svc.cluster.local/ditto/job/website-build-and-deploy-fast-ruby/4/"
    runUrl: "job/website-build-and-deploy-fast-ruby/4/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "39f451274c7e3c894919780ee6a71acd96bcd8d5"
    jenkins/label: "ruby-jekyll-pod"
  name: "ruby-jekyll-pod-b6dwx-r0gt7"
  namespace: "ditto"
spec:
  containers:
  - command:
    - "cat"
    image: "ruby:3.2.1"
    name: "ruby"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "ruby-jekyll-pod-b6dwx-r0gt7"
    - name: "JENKINS_NAME"
      value: "ruby-jekyll-pod-b6dwx-r0gt7"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      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"

Running on ruby-jekyll-pod-b6dwx-r0gt7 in /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby