Skip to content

Console Output

Still waiting to schedule task
‘basyx-null-53-xf5f6-bfgn7’ is offline
Agent basyx-null-53-xf5f6-bfgn7 is provisioned from template basyx-null-53-xf5f6
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.basyx.svc.cluster.local/basyx/job/BaSyx_CI_CPP/53/"
    runUrl: "job/BaSyx_CI_CPP/53/"
  labels:
    jenkins: "slave"
    jenkins/label: "basyx-null-53"
  name: "basyx-null-53-xf5f6-bfgn7"
spec:
  containers:
  - command:
    - "cat"
    image: "iesetps/basyx-ci-cpp:latest"
    name: "cpp"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2.00"
      requests:
        memory: "4Gi"
        cpu: "2.00"
    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-53-xf5f6-bfgn7"
    - name: "JENKINS_NAME"
      value: "basyx-null-53-xf5f6-bfgn7"
    - 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.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:
      medium: ""
    name: "workspace-volume"

Running on basyx-null-53-xf5f6-bfgn7 in /home/jenkins/agent/workspace/BaSyx_CI_CPP