Skip to content

Console Output

Still waiting to schedule task
All nodes of label ‘basyx-null-178’ are offline
Agent basyx-null-178-rsz1r-0xn36 is provisioned from template basyx-null-178-rsz1r
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.basyx.svc.cluster.local/basyx/job/Basyx_CI_Dev/178/"
    runUrl: "job/Basyx_CI_Dev/178/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3e90984a58dd3e2073ef741441eef5bc41cd353a"
    jenkins/label: "basyx-null-178"
  name: "basyx-null-178-rsz1r-0xn36"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "POSTGRES_PASSWORD"
      value: "admin"
    - name: "PGDATA"
      value: "/run/postgresql/data"
    image: "postgres:latest"
    name: "postgresql"
    resources:
      limits:
        memory: "2Gi"
        cpu: "0.5"
      requests:
        memory: "2Gi"
        cpu: "0.5"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "MAVEN_CONFIG"
      value: "/home/jenkins/agent/.m2"
    image: "maven:3.6-jdk-8"
    name: "java"
    resources:
      limits:
        memory: "3Gi"
        cpu: "0.5"
      requests:
        memory: "3Gi"
        cpu: "0.5"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "iesetps/basyx-ci-cpp:latest"
    name: "cpp"
    resources:
      limits:
        memory: "3Gi"
        cpu: "1.0"
      requests:
        memory: "3Gi"
        cpu: "1.0"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.basyx.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basyx-null-178-rsz1r-0xn36"
    - name: "JENKINS_NAME"
      value: "basyx-null-178-rsz1r-0xn36"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.basyx.svc.cluster.local/basyx/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    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"

Running on basyx-null-178-rsz1r-0xn36 in /home/jenkins/agent/workspace/Basyx_CI_Dev