Skip to content

Console Output

Still waiting to schedule task
‘orbit-recipes-506-fbr15-8qjjp-m1hfl’ is offline
Agent orbit-recipes-506-fbr15-8qjjp-m1hfl is provisioned from template orbit-recipes_506-fbr15-8qjjp
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.orbit.svc.cluster.local/orbit/job/orbit-recipes/506/"
    runUrl: "job/orbit-recipes/506/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "6572bbf8407f5d4045676ca0af3203bbf38ff553"
    jenkins/label: "orbit-recipes_506-fbr15"
  name: "orbit-recipes-506-fbr15-8qjjp-m1hfl"
  namespace: "orbit"
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"
      name: "jenkins-home"
      readOnly: false
    - 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-recipes-506-fbr15-8qjjp-m1hfl"
    - name: "JENKINS_NAME"
      value: "orbit-recipes-506-fbr15-8qjjp-m1hfl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    image: "eclipsecbi/jenkins-jnlp-agent"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.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:
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on orbit-recipes-506-fbr15-8qjjp-m1hfl in /home/jenkins/agent/workspace/orbit-recipes