Skip to content

Console Output

Still waiting to schedule task
All nodes of label ‘basyx-null-613’ are offline
Agent basyx-null-613-5h78x-rcmcp is provisioned from template basyx-null-613-5h78x
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.basyx.svc.cluster.local/basyx/job/Basyx_CI_2/613/"
    runUrl: "job/Basyx_CI_2/613/"
  labels:
    jenkins: "slave"
    jenkins/label: "basyx-null-613"
  name: "basyx-null-613-5h78x-rcmcp"
spec:
  containers:
  - command:
    - "cat"
    image: "iesetps/basyx-ci-cpp:latest"
    name: "cpp"
    resources:
      limits:
        memory: "3Gi"
        cpu: "0.75"
      requests:
        memory: "3Gi"
        cpu: "0.75"
    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.75"
      requests:
        memory: "3Gi"
        cpu: "0.75"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - 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
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.basyx.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basyx-null-613-5h78x-rcmcp"
    - name: "JENKINS_NAME"
      value: "basyx-null-613-5h78x-rcmcp"
    - 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:
      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:
      medium: ""
    name: "workspace-volume"

Running on basyx-null-613-5h78x-rcmcp in /home/jenkins/agent/workspace/Basyx_CI_2