Skip to content

Console Output

Still waiting to schedule task
Waiting for next available executor
Agent jaxb-tck-build-pod-88pr4-dvx23 is provisioned from template jaxb-tck-build-pod-88pr4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/job/jaxb-tck_master/24/"
    runUrl: "job/jaxb-tck_master/24/"
  labels:
    jenkins: "slave"
    jenkins/label: "jaxb-tck-build-pod"
  name: "jaxb-tck-build-pod-88pr4-dvx23"
spec:
  containers:
  - command:
    - "cat"
    image: "jakartaee/jaxbtck-base:0.1"
    name: "jaxb-tck-build"
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
      requests:
        memory: "1Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jaxb-tck-build-pod-88pr4-dvx23"
    - name: "JENKINS_NAME"
      value: "jaxb-tck-build-pod-88pr4-dvx23"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    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: {}
    name: "m2-repo"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on jaxb-tck-build-pod-88pr4-dvx23 in /home/jenkins/agent/workspace/jaxb-tck_master